Click or drag to resize
XDL

NanBaseRemoveLayer(NanLayer) Method

리스트에서 맨 처음 발견되는 NanLayer 객체를 제거한다.

Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public bool RemoveLayer(
	NanLayer layer
)

Parameters

layer  NanLayer
제거할 NanLayer 객체

Return Value

Boolean
NanLayer 객체 제거 성공 여부
See Also