Class TrackingData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class TrackingData : TransientObject, IMessageSink, IDisposable
Constructors
TrackingData(IntPtr)
Declaration
protected TrackingData(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
AddIntSourceEntity(Int32)
Declaration
public void AddIntSourceEntity(int sourceEntity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | sourceEntity |
AddTagIntPairSourceEntity(NXObject, Int32)
Declaration
public void AddTagIntPairSourceEntity(NXObject tagSourceEntity, int intSourceEntity)
Parameters
Type | Name | Description |
---|---|---|
NXObject | tagSourceEntity | |
System.Int32 | intSourceEntity |
AddTagSourceEntities(NXObject[])
Declaration
public void AddTagSourceEntities(NXObject[] sourceEntities)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | sourceEntities |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
SetIntApplicationKey(Int32)
Declaration
public void SetIntApplicationKey(int applicationKey)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | applicationKey |
SetNXOpenObjectApplicationKey(NXObject)
Declaration
public void SetNXOpenObjectApplicationKey(NXObject applicationKey)
Parameters
Type | Name | Description |
---|---|---|
NXObject | applicationKey |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable