Click or drag to resize
XDL

XPBPProviderExporterExport2PBP Method

저장된 지점들을 구조화하여 PBP에 저장한다.

Namespace:  Pixoneer.NXDL.NDFS
Assembly:  NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntax
C#
public bool Export2PBP(
	string strSaveFileName,
	XThread thd
)

Parameters

strSaveFileName
Type: SystemString
[In] 저장될 PBP 파일 경로.
thd
Type: Pixoneer.NXDLXThread
[In] 쓰레드

Return Value

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