Click or drag to resize
XDL

XvcSymbolSetSymbolPath Method

파일 경로 문자열로부터 그림 파일을 로딩한다.

Namespace: Pixoneer.NXDL.NVC
Assembly: NXDLvc (in NXDLvc.dll) Version: 2.0.3.38
Syntax
C#
public bool SetSymbolPath(
	string strPath
)

Parameters

strPath  String
[In] 그림 파일 경로.

Return Value

Boolean
로딩이 완료되면 true를 반환하고 그렇지 않으면 false를 반환한다.
See Also