Click or drag to resize
XDL

XftFeatureGetFieldType Method

입력 인덱스에 해당하는 Field Type을 반환한다.

Namespace:  Pixoneer.NXDL.NFT
Assembly:  NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntax
C#
public eFieldType GetFieldType(
	int index
)

Parameters

index
Type: SystemInt32
Field Type을 가져오기 위한 인덱스 ( 0 ~ NumField-1)

Return Value

Type: eFieldType
Field type
See Also