Click or drag to resize
XDL

NCreatedNewObjEventArgs Class

NanObj 객체 생성 이벤트 발생시 전달되는 argument를 정의한 클래스
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Pixoneer.NXDL.NXAnnotationNCreatedNewObjEventArgs

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public class NCreatedNewObjEventArgs : EventArgs

The NCreatedNewObjEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyObj 생성된 객체를 가져오거나 설정한다.
Top
See Also