Class CommandLibrary
Inheritance
CommandLibrary
Assembly: NXOpen.dll
Syntax
public class CommandLibrary : TaggedObject, IMessageSink, INXObject
Constructors
CommandLibrary()
Declaration
protected CommandLibrary()
Properties
IsOccurrence
Declaration
public bool IsOccurrence { get; }
Property Value
JournalIdentifier
Declaration
public string JournalIdentifier { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
OwningComponent
Declaration
public Component OwningComponent { get; }
Property Value
OwningPart
Declaration
public BasePart OwningPart { get; }
Property Value
Prototype
Declaration
public INXObject Prototype { get; }
Property Value
Methods
FindObject(string)
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
GetCommands(out Command[])
Declaration
public void GetCommands(out Command[] pCommands)
Parameters
Type |
Name |
Description |
Command[] |
pCommands |
|
MoveCommands(Command[], MoveCommandLocation, Command)
Declaration
public void MoveCommands(Command[] pCommand, CommandLibrary.MoveCommandLocation newLocation, Command pReferenceCommand)
Parameters
Print()
Declaration
Save()
Declaration
SetName(string)
Declaration
public void SetName(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink