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