|
XRPFTocGetBoundaryRecord Method
|
입력 인덱스에 해당하는 XRPCBoundaryRecord객체를 얻는다.
toc파일 안에는 보통 1개 이상의 Boundary Rectangle Record 정보가 포함되어 있다.
이객체로 부터 Boundary Rectangle Record에 대한 정보를 얻을 수 있다.
Namespace: Pixoneer.NXDL.NIOAssembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntaxpublic XRPFBoundaryRecord GetBoundaryRecord(
int nIndex
)
Parameters
- nIndex Int32
- File 인덱스
Return Value
XRPFBoundaryRecord 인덱스에 해당하는 파일 이름
See Also