Click or drag to resize
XDL

NAnnoationConfigWriteXML Method

지정된 경로의 파일에 주기 기본 속성 정보를 저장한다.

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public static bool WriteXML(
	NAnnoationConfig annConfig,
	string filePath,
	ref string strError
)

Parameters

annConfig  NAnnoationConfig
주기 속성 정보를 저장한 NAnnoationConfig 객체
filePath  String
파일 저장 경로
strError  String
에러 메세지

Return Value

Boolean
주기속성 환경 파일 저장 성공 여부
See Also