Click or drag to resize
XDL

XDMCompManagerAddXDMComposite Method

색합성 인스턴스를 추가한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool AddXDMComposite(
	ref XDMComposite Comp
)

Parameters

Comp
Type: Pixoneer.NXDL.NRSXDMComposite
XDMComposite 인스턴스.

Return Value

Type: Boolean
성공이면 true, 실패하면 false
See Also