Click or drag to resize
XDL

XvcMeasureAreaGetAt Method

특정 인덱스에 있는 점을 가져온다.

Namespace:  Pixoneer.NXDL.NVC
Assembly:  NXDLvc (in NXDLvc.dll) Version: 2.0.3.31
Syntax
C#
public XVertex3d GetAt(
	int nIndex
)

Parameters

nIndex
Type: SystemInt32
[In] 0을 기준으로 하는 인덱스.

Return Value

Type: XVertex3d
인덱스에 부합하는 정점 객체.
See Also