Search Results for

    Show / Hide Table of Contents

    Class CommandManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    CommandManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Report
    Assembly: NXOpen.dll
    Syntax
    public class CommandManager : NXRemotableObject, IMessageSink

    Constructors

    CommandManager(ReportManager)

    Declaration
    protected CommandManager(ReportManager owner)
    Parameters
    Type Name Description
    ReportManager owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateCommandBuilder(CommandLibrary, Command)

    Declaration
    public CommandBuilder CreateCommandBuilder(CommandLibrary commandLibrary, Command command)
    Parameters
    Type Name Description
    CommandLibrary commandLibrary
    Command command
    Returns
    Type Description
    CommandBuilder

    ExportCommandsToLibraryFile(Command[], String)

    Declaration
    public void ExportCommandsToLibraryFile(Command[] pCommands, string libraryFile)
    Parameters
    Type Name Description
    Command[] pCommands
    System.String libraryFile

    Find(String)

    Declaration
    public TaggedObject Find(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    TaggedObject

    GetCommandLibraries(out CommandLibrary[])

    Declaration
    public void GetCommandLibraries(out CommandLibrary[] pCommandLibraries)
    Parameters
    Type Name Description
    CommandLibrary[] pCommandLibraries

    NewCommandImporter(CommandLibrary, String)

    Declaration
    public CommandImporter NewCommandImporter(CommandLibrary pCommandLibrary, string libraryFile)
    Parameters
    Type Name Description
    CommandLibrary pCommandLibrary
    System.String libraryFile
    Returns
    Type Description
    CommandImporter

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX