Click or drag to resize
XDL

XRPFTocGetBoundaryRecord Method

입력 인덱스에 해당하는 XRPCBoundaryRecord객체를 얻는다. toc파일 안에는 보통 1개 이상의 Boundary Rectangle Record 정보가 포함되어 있다. 이객체로 부터 Boundary Rectangle Record에 대한 정보를 얻을 수 있다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntax
C#
public XRPFBoundaryRecord GetBoundaryRecord(
	int nIndex
)

Parameters

nIndex
Type: SystemInt32
File 인덱스

Return Value

Type: XRPFBoundaryRecord
인덱스에 해당하는 파일 이름
See Also