Click or drag to resize
XDL

XConfigurationSaveConfigFile Method

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

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

Parameters

strFilePath  String
파일 경로

Return Value

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