Click or drag to resize
XDL

XftFeatureLayerGetFeatureAt Method

입력된 인덱스 값에 해당하는 XftFeature객체를 반환한다.

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

Parameters

idx
Type: SystemInt32
인덱스, (0 ~ NumFeature-1)

Return Value

Type: XftFeature
this 객체에 포함된 XftFeature개체를 반환
See Also