Click or drag to resize
XDL

NObjectManagerLoadDefaultDrawInfo(String, String) Method

입력받은 경로에 있는 config 파일(.xml)을 로드해서 Canvas 뷰의 주기 기본 속성값으로 설정한다.

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public bool LoadDefaultDrawInfo(
	string strFilePath,
	ref string strError
)

Parameters

strFilePath  String
주기 기본 속성을 저장한 config 파일 경로(.xml)
strError  String
에러 메세지

Return Value

Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also