 | NXMilmapEngineInitFromXML Method |
환경설정 파일을 읽어 초기화한다.
Namespace:
Pixoneer.NXDL.NXMilmap
Assembly:
NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntaxpublic bool InitFromXML(
string strConfig
)
Parameters
- strConfig
- Type: SystemString
환경설정 파일 경로.
Return Value
Type:
Boolean 파일을 읽어 초기화되면 true를 반환하고 그렇지 않으면 false를 반환한다.
See Also