Click or drag to resize
XDL

XRPFTocLoadFile Method

RPF TOC을 파일을 로딩한다.

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

Parameters

strFilePath
Type: SystemString
toc 파일 경로.

Return Value

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