|
XConfigurationLoadConfigFile Method
|
특정 파일 경로의 Configration 환경설정 내용을 읽는다.
Namespace: Pixoneer.NXDL.NGRAssembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntaxpublic bool LoadConfigFile(
string strFilePath
)
Parameters
- strFilePath String
- 파일 경로.
Return Value
Boolean 성공이면 true를, 아니면, false를 반환
See Also