Class AssemblyDefinition
Inheritance
AssemblyDefinition
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
GetReferencingDevice()
Declaration
public SingleDevice GetReferencingDevice()
Returns
GetSingleDeviceChildren()
Declaration
public SingleDevice[] GetSingleDeviceChildren()
Returns
IsSingleDeviceChild(SingleDevice)
Declaration
public bool IsSingleDeviceChild(SingleDevice device)
Parameters
Returns
RemoveSingleDeviceChild(SingleDevice)
Declaration
public void RemoveSingleDeviceChild(SingleDevice device)
Parameters
ReplaceSingleDeviceChildren(SingleDevice[])
Declaration
public void ReplaceSingleDeviceChildren(SingleDevice[] replacementChildren)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink