Class RouteLogicalAssociation
Inheritance
System.Object
System.MarshalByRefObject
RouteLogicalAssociation
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.Routing
Assembly: NXOpen.dll
Syntax
public class RouteLogicalAssociation : NXObject, IMessageSink, INXObject
Constructors
RouteLogicalAssociation()
Declaration
protected RouteLogicalAssociation()
Methods
AddTarget(NXObject)
Declaration
public void AddTarget(NXObject target)
Parameters
Type | Name | Description |
---|---|---|
NXObject | target |
EnableLogicalAssociation(Boolean)
Declaration
public void EnableLogicalAssociation(bool enable)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enable |
GetControl()
Declaration
public NXObject GetControl()
Returns
Type | Description |
---|---|
NXObject |
GetRoutedCondition()
Declaration
public bool GetRoutedCondition()
Returns
Type | Description |
---|---|
System.Boolean |
GetTargets()
Declaration
public NXObject[] GetTargets()
Returns
Type | Description |
---|---|
NXObject[] |
Perform()
Declaration
public void Perform()
Remove()
Declaration
public void Remove()
RemoveTarget(NXObject)
Declaration
public void RemoveTarget(NXObject target)
Parameters
Type | Name | Description |
---|---|---|
NXObject | target |
SetControl(NXObject)
Declaration
public void SetControl(NXObject control)
Parameters
Type | Name | Description |
---|---|---|
NXObject | control |
SetRoutedCondition(Boolean)
Declaration
public void SetRoutedCondition(bool condition)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | condition |
Implements
System.Runtime.Remoting.Messaging.IMessageSink