Class DeviceRelationship
Inheritance
System.Object
System.MarshalByRefObject
DeviceRelationship
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 DeviceRelationship : ObjectRelationship, IMessageSink, INXObject
Constructors
DeviceRelationship()
Declaration
protected DeviceRelationship()
Properties
RelationshipType
Declaration
public DeviceRelationship.RelationType RelationshipType { get; set; }
Property Value
Type | Description |
---|---|
DeviceRelationship.RelationType |
Methods
AddRelatedSingleDevice(SingleDevice)
Declaration
public void AddRelatedSingleDevice(SingleDevice relatedDevice)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice | relatedDevice |
GetRelatedSingleDevices()
Declaration
public SingleDevice[] GetRelatedSingleDevices()
Returns
Type | Description |
---|---|
SingleDevice[] |
GetRelatingSingleDevice()
Declaration
public SingleDevice GetRelatingSingleDevice()
Returns
Type | Description |
---|---|
SingleDevice |
RemoveRelatedSingleDevice(SingleDevice)
Declaration
public void RemoveRelatedSingleDevice(SingleDevice relatedDevice)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice | relatedDevice |
ReplaceRelatedSingleDevices(SingleDevice[])
Declaration
public void ReplaceRelatedSingleDevices(SingleDevice[] relatedDevices)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice[] | relatedDevices |
SetRelatingSingleDevice(SingleDevice)
Declaration
public void SetRelatingSingleDevice(SingleDevice relatingDevice)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice | relatingDevice |
Implements
System.Runtime.Remoting.Messaging.IMessageSink