Click or drag to resize
XDL

NXOverlayLayerAddComposite Method

composite를 추가한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 1.2.817.72
Syntax
C#
public int AddComposite(
	string strName,
	XDMComposite comp
)

Parameters

strName
Type: SystemString
Composite의 이름.
comp
Type: Pixoneer.NXDL.NRSXDMComposite
XDMComposite의 인스턴스.

Return Value

Type: Int32
인덱스를 반환한다.
See Also