NXOpen .NET Reference  12.0.0
Protected Member Functions | Properties | List of all members
NXOpen.UserDefinedObjects.UserDefinedLinkEvent Class Reference

Implements the Display Event Object for UDO's More...

Inheritance diagram for NXOpen.UserDefinedObjects.UserDefinedLinkEvent:
NXOpen.UserDefinedObjects.UserDefinedEvent

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 
- Protected Member Functions inherited from NXOpen.UserDefinedObjects.UserDefinedEvent
override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe NXOpen.TaggedObject AssociatedObject [get]
 Returns the associated object. More...
 
unsafe int LinkStatus [get]
 Returns the link status. More...
 
unsafe int LinkType [get]
 Returns the link type. More...
 
- Properties inherited from NXOpen.UserDefinedObjects.UserDefinedEvent
unsafe
NXOpen.UserDefinedObjects.UserDefinedEvent.Reason 
EventReason [get]
 Returns the reason we fired this event. More...
 
unsafe
NXOpen.UserDefinedObjects.UserDefinedObject 
UserDefinedObject [get]
 Returns the related UDO. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.UserDefinedObjects.UserDefinedEvent
enum  Reason {
  Display, Delete, Update, Selection,
  Fit, AttentionPoint, Info = 7, Edit,
  Suppress, ScreenSizeFit
}
 Available link types for a UserDefinedObject . More...
 

Detailed Description

Implements the Display Event Object for UDO's

Created in NX5.0.0

Member Function Documentation

override void NXOpen.UserDefinedObjects.UserDefinedLinkEvent.FreeResource ( )
protected

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.

Created in NX5.0.0

License requirements: None.

Property Documentation

unsafe NXOpen.TaggedObject NXOpen.UserDefinedObjects.UserDefinedLinkEvent.AssociatedObject
get

Returns the associated object.

Created in NX5.0.0

License requirements: None.

unsafe int NXOpen.UserDefinedObjects.UserDefinedLinkEvent.LinkStatus
get

Returns the link status.

Created in NX5.0.0

License requirements: None.

unsafe int NXOpen.UserDefinedObjects.UserDefinedLinkEvent.LinkType
get

Returns the link type.

Created in NX5.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.