Click or drag to resize
XDL

XColorTableLoad Method

바이너리 데이터로 저장된 칼라 테이블 정보를 로딩한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public bool Load(
	string strPath,
	ref string strError
)

Parameters

strPath  String
칼라 테이블 정보가 저장된 파일(포맷:*.pal)
strError  String
에러 메세지

Return Value

Boolean
로딩 성공 여부
See Also