Click or drag to resize
XDL

NXOverlayLayerAddCompMan Method

composite 매니저를 추가한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 1.2.817.72
Syntax
C#
public int AddCompMan(
	string strName,
	XDMCompManager comMan
)

Parameters

strName
Type: SystemString
composite 매니저의 이름.
comMan
Type: Pixoneer.NXDL.NRSXDMCompManager
XDMCompManager의 인스턴스.

Return Value

Type: Int32
Return Index
See Also