Click or drag to resize
XDL

XvcPolylineGetAt(Int32, XVertex3d) Method

특정 인덱스의 점을 가져온다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public void GetAt(
	int nIndex,
	ref XVertex3d vt
)

Parameters

nIndex  Int32
[In] 0을 기준으로 하는 인덱스.
vt  XVertex3d
[Out] 인덱스에 부합하는 객체.
See Also