Click or drag to resize
XDL

XRPFTocLoadFile Method

RPF TOC을 파일을 로딩한다.

Namespace: Pixoneer.NXDL.NIO
Assembly: NXDLio (in NXDLio.dll) Version: 2.0.3.38
Syntax
C#
public bool LoadFile(
	string strFilePath
)

Parameters

strFilePath  String
toc 파일 경로.

Return Value

Boolean
성공이면 true, 실패이면 false
See Also