NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Protected Member Functions

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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. 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 ( )
inlineprotectedvirtual

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.

Reimplemented from NXOpen.UserDefinedObjects.UserDefinedEvent.

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.