Click or drag to resize
XDL

XvcRectangleGetAt Method (Int32, XVertex3d)

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

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

Parameters

nIndex
Type: SystemInt32
[In] 0을 기준으로 하는 인덱스.
vt
Type: Pixoneer.NXDLXVertex3d
[Out] 점 객체.
See Also