Click or drag to resize
XDL

XftFeatureGetFieldAsInteger Method

입력 인덱스에 해당하는 Field값이 Integer이면 Integer로 반환한다. Field타입이 FieldString 이면 atoi() 함수를 사용하여 변환후 반환한다. Field타입이 FieldReal 이면 Integer로 Casting되어 반환된다. 다른 타입들은 에러처리로서, 0을 반환한다.

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

Parameters

index
Type: SystemInt32
인덱스 값(0 ~ NumField-1)

Return Value

Type: Int32
핕드 값.
See Also