 | XftFeatureGetFieldAsStringList Method |
입력 인덱스에 해당하는 Field값을 String 배열로 반환한다.
현재 이 메쏘드는 Field값 Type이 FieldStringList인 경우에 대해서만 적용된다.
Namespace:
Pixoneer.NXDL.NFT
Assembly:
NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntaxpublic string[] GetFieldAsStringList(
int index
)
Parameters
- index
- Type: SystemInt32
인덱스 값(0 ~ NumField-1)
Return Value
Type:
String 핕드 값.
See Also