Click or drag to resize
XDL

NXOverlayLayerGetComposite Method

AddComposite 함수를 통해 추가된 composite를 가져온다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public XDMComposite GetComposite(
	string strName
)

Parameters

strName
Type: SystemString
Composite의 이름.

Return Value

Type: XDMComposite
이름에 부합하는 XDM composite.
See Also