 | XftFeatureGetFieldAsString Method |
입력 인덱스에 해당하는 Field값을 string로 반환한다.
Real 과 FieldInterger Field는 sprintf()함수를 사용하여 변환된다.
다른 타입들은 에러처리로 0을 반환한다.
Namespace:
Pixoneer.NXDL.NFT
Assembly:
NXDLft (in NXDLft.dll) Version: 1.2.817.72
Syntaxpublic string GetFieldAsString(
int index
)
Parameters
- index
- Type: SystemInt32
인덱스 값(0 ~ NumField-1)
Return Value
Type:
String 핕드 값.
See Also