Class SingleDevice
Inheritance
System.Object
System.MarshalByRefObject
SingleDevice
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 SingleDevice : RouteObject, IMessageSink, ICharacteristic, INXObject
Constructors
SingleDevice()
Declaration
protected SingleDevice()
Properties
NxEquivalent
Declaration
public NXObject NxEquivalent { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
PartName
Declaration
public string PartName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PartNumber
Declaration
public string PartNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetImplementedConnections()
Declaration
public LogicalConnection[] GetImplementedConnections()
Returns
Type | Description |
---|---|
LogicalConnection[] |
GetItemDefinition()
Declaration
public ItemDefinition GetItemDefinition()
Returns
Type | Description |
---|---|
ItemDefinition |
GetReferencingDeviceRelshps()
Declaration
public DeviceRelationship[] GetReferencingDeviceRelshps()
Returns
Type | Description |
---|---|
DeviceRelationship[] |
GetRelatedSingleDevices()
Declaration
public SingleDevice[] GetRelatedSingleDevices()
Returns
Type | Description |
---|---|
SingleDevice[] |
GetRelatingSingleDevice()
Declaration
public SingleDevice GetRelatingSingleDevice()
Returns
Type | Description |
---|---|
SingleDevice |
ManuallyDelete()
Declaration
public SingleDevice.DeleteObjectResult ManuallyDelete()
Returns
Type | Description |
---|---|
SingleDevice.DeleteObjectResult |
Implements
System.Runtime.Remoting.Messaging.IMessageSink