Search Results for

    Show / Hide Table of Contents

    Class CommandManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    CommandManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string libraryFile

    Find(string)

    Declaration
    public TaggedObject Find(string journalIdentifier)
    Parameters
    Type Name Description
    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
    string libraryFile
    Returns
    Type Description
    CommandImporter

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX