Click or drag to resize
XDL

NXOverlayLayerAddComposite Method (String, XDMComposite)

composite를 추가한다. 도시레벨은 입력 데이터의 영역을 기반으로 자동으로 설정된다.

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

Parameters

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

Return Value

Type: Int32
관리 배열 순서가 반환되고, 실패하면 -1을 반환한다.
See Also