Click or drag to resize
XDL

XftDataSourceGetLayerAt Method

입력 인덱스에 해당하는 XftFeatureLayer를 반환한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public XftFeatureLayer GetLayerAt(
	int idx
)

Parameters

idx
Type: SystemInt32
XftFeatureLayer를 얻기위한 인덱스.

Return Value

Type: XftFeatureLayer
XftFeatureLayer객체
See Also