Class UserDefinedFeatureReferenceMappingData
Inheritance
System.Object
System.MarshalByRefObject
UserDefinedFeatureReferenceMappingData
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 UserDefinedFeatureReferenceMappingData : TaggedObject, IMessageSink
Constructors
UserDefinedFeatureReferenceMappingData()
Declaration
protected UserDefinedFeatureReferenceMappingData()
Methods
GetNewOutputObjects()
Declaration
public TaggedObject[] GetNewOutputObjects()
Returns
Type | Description |
---|---|
TaggedObject[] |
GetNewOutputObjectsIndex()
Declaration
public int[] GetNewOutputObjectsIndex()
Returns
Type | Description |
---|---|
System.Int32[] |
GetNumMappingObjects()
Declaration
public int GetNumMappingObjects()
Returns
Type | Description |
---|---|
System.Int32 |
GetOldOutputObjects()
Declaration
public TaggedObject[] GetOldOutputObjects()
Returns
Type | Description |
---|---|
TaggedObject[] |
GetOldOutputObjectsIndex()
Declaration
public int[] GetOldOutputObjectsIndex()
Returns
Type | Description |
---|---|
System.Int32[] |
GetReverseDirections()
Declaration
public bool[] GetReverseDirections()
Returns
Type | Description |
---|---|
System.Boolean[] |
SetNewOutputObjects(TaggedObject[])
Declaration
public void SetNewOutputObjects(TaggedObject[] newOutputObjects)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject[] | newOutputObjects |
SetNewOutputObjectsIndex(Int32[])
Declaration
public void SetNewOutputObjectsIndex(int[] newOutputObjectsIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | newOutputObjectsIndex |
SetNumMappingObjects(Int32)
Declaration
public void SetNumMappingObjects(int nMappingObjects)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nMappingObjects |
SetOldOutputObjects(TaggedObject[])
Declaration
public void SetOldOutputObjects(TaggedObject[] oldOutputObjects)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject[] | oldOutputObjects |
SetOldOutputObjectsIndex(Int32[])
Declaration
public void SetOldOutputObjectsIndex(int[] oldOutputObjectsIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | oldOutputObjectsIndex |
SetReverseDirections(Boolean[])
Declaration
public void SetReverseDirections(bool[] reverseDirections)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean[] | reverseDirections |
Implements
System.Runtime.Remoting.Messaging.IMessageSink