Click or drag to resize
XDL

XRPFTocGetZone Method

입력된 인덱스에 대한 XRPCBoundaryRecord상의 Zone을 직접 얻는다.

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

Parameters

nIndex
Type: SystemInt32
XRPCBoundaryRecord객체의 인덱스.

Return Value

Type: Int32
Toc 파일 내의 XRPCBoundaryRecord이 속한 Zone Number.
See Also