  | XvcRectangleGetAt Method (Int32, Double, Double, Double) | 
  특정 인덱스 위치에 있는 점을 가져온다. 
 
    Namespace: 
   Pixoneer.NXDL.NVC
    Assembly:
   NXDLvc (in NXDLvc.dll) Version: 1.2.817.72
Syntaxpublic void GetAt(
	int nIndex,
	ref double x,
	ref double y,
	ref double z
)
Parameters
- nIndex
 - Type: SystemInt32
 [In] 0을 기준으로 하는 인덱스.  - x
 - Type: SystemDouble
 [Out] 특정 인덱스에 있는 점의 x 좌표.  - y
 - Type: SystemDouble
 [Out] 특정 인덱스에 있는 점의 y 좌표.  - z
 - Type: SystemDouble
 [Out] 특정 인덱스에 있는 점의 z 좌표.  
See Also