|
XvcGroupGetObjAt Method
|
XvcGroup 안의 object 를 가져온다.
Namespace: Pixoneer.NXDL.NVCAssembly: NXDLvc (in NXDLvc.dll) Version: 3.0.0.1
Syntaxpublic XvcObj GetObjAt(
int nIndex
)
Parameters
- nIndex Int32
- 그룹 안 객체의 순서
Return Value
XvcObj그룹 안 순서에 해당하는 XvcObj 객체. nIndex가 유효하지 않으면 null을 반환한다.
See Also