Class CommandManager
Inheritance
CommandManager
Assembly: NXOpen.dll
Syntax
public class CommandManager : NXRemotableObject, IMessageSink
Constructors
CommandManager(ReportManager)
Declaration
protected CommandManager(ReportManager owner)
Parameters
Properties
Tag
Declaration
Property Value
Methods
CreateCommandBuilder(CommandLibrary, Command)
Declaration
public CommandBuilder CreateCommandBuilder(CommandLibrary commandLibrary, Command command)
Parameters
Returns
ExportCommandsToLibraryFile(Command[], string)
Declaration
public void ExportCommandsToLibraryFile(Command[] pCommands, string libraryFile)
Parameters
Find(string)
Declaration
public TaggedObject Find(string journalIdentifier)
Parameters
Type |
Name |
Description |
string |
journalIdentifier |
|
Returns
GetCommandLibraries(out CommandLibrary[])
Declaration
public void GetCommandLibraries(out CommandLibrary[] pCommandLibraries)
Parameters
NewCommandImporter(CommandLibrary, string)
Declaration
public CommandImporter NewCommandImporter(CommandLibrary pCommandLibrary, string libraryFile)
Parameters
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink