UserDefinedDisplayEvent Class

class NXOpen.UserDefinedObjects.UserDefinedDisplayEvent

Bases: NXOpen.UserDefinedObjects.UserDefinedEvent

Implements the Display Event Object for UDO’s

New in version NX5.0.0.

Properties

Property Description
DisplayContext Returns the display context.
EventReason Returns the reason we fired this event.
UserDefinedObject Returns the related UDO.

Methods

Method Description
Dispose Frees the object from memory.

Property Detail

DisplayContext

UserDefinedDisplayEvent.DisplayContext

Returns the display context.

-------------------------------------

Getter Method

Signature DisplayContext

Returns:The context of the given display event
Return type:NXOpen.UserDefinedObjects.UserDefinedObjectDisplayContext

New in version NX5.0.0.

License requirements: None.

Method Detail

Dispose

UserDefinedDisplayEvent.Dispose

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET and Java, his method is automatically called when the object is deleted by the garbage collector.

Signature Dispose()

New in version NX5.0.0.

License requirements: None.