Click or drag to resize
XDL

XSIGSetLoadSIGSet Method

저장된 Signature를 로딩한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool LoadSIGSet(
	string strFilePath
)

Parameters

strFilePath
Type: SystemString
파일 경로.

Return Value

Type: Boolean
성공하면 true, 실패하면 false를 리턴.
See Also