UserDefinedLinkEvent Class

class NXOpen.UserDefinedObjects.UserDefinedLinkEvent

Bases: NXOpen.UserDefinedObjects.UserDefinedEvent

Implements the Display Event Object for UDO’s

New in version NX5.0.0.

Properties

Property Description
AssociatedObject Returns the associated object.
EventReason Returns the reason we fired this event.
LinkStatus Returns the link status.
LinkType Returns the link type.
UserDefinedObject Returns the related UDO.

Methods

Method Description
Dispose Frees the object from memory.

Property Detail

AssociatedObject

UserDefinedLinkEvent.AssociatedObject

Returns the associated object.

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

Getter Method

Signature AssociatedObject

Returns:
Return type:NXOpen.TaggedObject

New in version NX5.0.0.

License requirements: None.

LinkStatus

UserDefinedLinkEvent.LinkStatus

Returns the link status.

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

Getter Method

Signature LinkStatus

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

LinkType

UserDefinedLinkEvent.LinkType

Returns the link type.

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

Getter Method

Signature LinkType

Returns:
Return type:int

New in version NX5.0.0.

License requirements: None.

Method Detail

Dispose

UserDefinedLinkEvent.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.