Class DeviceRelationship
Inheritance
DeviceRelationship
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
Methods
Declaration
public void AddRelatedSingleDevice(SingleDevice relatedDevice)
Parameters
Declaration
public SingleDevice[] GetRelatedSingleDevices()
Returns
GetRelatingSingleDevice()
Declaration
public SingleDevice GetRelatingSingleDevice()
Returns
Declaration
public void RemoveRelatedSingleDevice(SingleDevice relatedDevice)
Parameters
Declaration
public void ReplaceRelatedSingleDevices(SingleDevice[] relatedDevices)
Parameters
SetRelatingSingleDevice(SingleDevice)
Declaration
public void SetRelatingSingleDevice(SingleDevice relatingDevice)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink