Click or drag to resize
XDL

NXOverlayLayerRemove(String) Method

이름에 해당하는 composite 또는 composite 매니저를 삭제한다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public bool Remove(
	string strName
)

Parameters

strName  String
Composite 또는 composite 매니저의 이름.

Return Value

Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also