Click or drag to resize
XDL

NanBaseSave Method

NanBase 객체를 지정한 경로에 저장한다.

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

Parameters

strFilePath  String
저장 경로 (파일 확장자는 NVMZ)
strError  String
저장 에러 메세지

Return Value

Boolean
저장 성공 여부
See Also