Click or drag to resize
XDL

XConfigurationSaveConfigFile Method

설정 내용을 파일로 저장한다.

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

Parameters

strFilePath
Type: SystemString
파일 경로

Return Value

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