Class AssemblyDefinition
Inheritance
System.Object
System.MarshalByRefObject
AssemblyDefinition
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 AssemblyDefinition : ItemDefinition, IMessageSink, ICharacteristic, INXObject
Constructors
AssemblyDefinition()
Declaration
protected AssemblyDefinition()
Methods
AddSingleDeviceChild(SingleDevice)
Declaration
public void AddSingleDeviceChild(SingleDevice device)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice | device |
GetReferencingDevice()
Declaration
public SingleDevice GetReferencingDevice()
Returns
Type | Description |
---|---|
SingleDevice |
GetSingleDeviceChildren()
Declaration
public SingleDevice[] GetSingleDeviceChildren()
Returns
Type | Description |
---|---|
SingleDevice[] |
IsSingleDeviceChild(SingleDevice)
Declaration
public bool IsSingleDeviceChild(SingleDevice device)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice | device |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveSingleDeviceChild(SingleDevice)
Declaration
public void RemoveSingleDeviceChild(SingleDevice device)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice | device |
ReplaceSingleDeviceChildren(SingleDevice[])
Declaration
public void ReplaceSingleDeviceChildren(SingleDevice[] replacementChildren)
Parameters
Type | Name | Description |
---|---|---|
SingleDevice[] | replacementChildren |
Implements
System.Runtime.Remoting.Messaging.IMessageSink