Click or drag to resize
XDL

XConfigurationSaveConfigFile Method

this객체에 존재하는 XPBTDataGroup리스트에 대하여 파일에 저장한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public bool SaveConfigFile(
	string strFilePath
)

Parameters

strFilePath
Type: SystemString
파일 경로

Return Value

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