 | XftFeatureDefnGetFieldName Method |
특정 Index에 해당하는 FieldName을 반환한다.
Namespace:
Pixoneer.NXDL.NFT
Assembly:
NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntaxpublic string GetFieldName(
int index
)
Parameters
- index
- Type: SystemInt32
Field Name을 추출하고자하는 Field 인덱스
Return Value
Type:
String Field 이름.
See Also