Click or drag to resize
XDL

XscPolygonGetPoint Method (Int32)

다각형의 점을 확인한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
[HandleProcessCorruptedStateExceptionsAttribute]
public XscCoord GetPoint(
	int index
)

Parameters

index
Type: SystemInt32
점의 인덱스.

Return Value

Type: XscCoord
폴리라인의 대상 위치를 반환한다.
인덱스가 유효하지 않은 경우 좌표값이 NXDL.XDataRange.MAX_REAL64이다.
See Also