 | XvcMeasureDistGetAt Method |
특정 인덱스에 있는 정점을 가져온다.
Namespace:
Pixoneer.NXDL.NVC
Assembly:
NXDLvc (in NXDLvc.dll) Version: 1.2.817.72
Syntaxpublic XVertex3d GetAt(
int nIndex
)
Parameters
- nIndex
- Type: SystemInt32
[In] 0을 기준으로 하는 인덱스.
Return Value
Type:
XVertex3d 인덱스 위치에 있는 정점 객체.
See Also