Click or drag to resize
XDL

NXOverlayLayerGetCompMan Method

AddCompMan 함수를 통해 추가된 composite 메니저를 가져온다.

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

Parameters

strName
Type: SystemString
Composite 매니저의 이름.

Return Value

Type: XDMCompManager
이름에 부합하는 XDM composite 메니저.
See Also