Click or drag to resize
XDL

XvcSymbolSetSymbolPath Method

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

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

Parameters

strPath
Type: SystemString
[In] 그림 파일 경로.

Return Value

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