|
NanBaseRemoveLayer(NanLayer) Method
|
리스트에서 맨 처음 발견되는 NanLayer 객체를 제거한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NAnnotationAssembly: NXAnnotation (in NXAnnotation.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic bool RemoveLayer(
NanLayer layer
)
Parameters
- layer NanLayer
- 제거할 NanLayer 객체
Return Value
Boolean NanLayer 객체 제거 성공 여부
See Also