NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Report.CommandManager Class Reference

Represents the command manager. More...

Inheritance diagram for NXOpen.Report.CommandManager:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.Report.CommandBuilder CreateCommandBuilder (NXOpen.Report.CommandLibrary commandLibrary, NXOpen.Report.Command command)
 Creates the command builder. More...
 
unsafe void ExportCommandsToLibraryFile (NXOpen.Report.Command[] pCommands, string libraryFile)
 Export selected commands to a library folder zip file. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the TaggedObject with the given identifier as recorded in a journal. More...
 
unsafe void GetCommandLibraries (out NXOpen.Report.CommandLibrary[] pCommandLibraries)
 Gets all command libraries. More...
 
unsafe
NXOpen.Report.CommandImporter 
NewCommandImporter (NXOpen.Report.CommandLibrary pCommandLibrary, string libraryFile)
 Creates a transient object NXOpen.Report.CommandImporter to import the selected commands of a command library file to a command library. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents the command manager.

Not support KF.

Created in NX11.0.0

Member Function Documentation

unsafe NXOpen.Report.CommandBuilder NXOpen.Report.CommandManager.CreateCommandBuilder ( NXOpen.Report.CommandLibrary  commandLibrary,
NXOpen.Report.Command  command 
)
inline

Creates the command builder.

Created in NX11.0.0

License requirements: None.

Parameters
commandLibrary
command
Returns
unsafe void NXOpen.Report.CommandManager.ExportCommandsToLibraryFile ( NXOpen.Report.Command[]  pCommands,
string  libraryFile 
)
inline

Export selected commands to a library folder zip file.

Created in NX11.0.0

License requirements: None.

Parameters
pCommands
libraryFileLibrary folder zip file name with full path
unsafe NXOpen.TaggedObject NXOpen.Report.CommandManager.Find ( string  journalIdentifier)
inline

Finds the TaggedObject with the given identifier as recorded in a journal.

Created in NX11.0.0

License requirements: None.

Parameters
journalIdentifierIdentifier of the TaggedObject to be found
Returns
Object found, or null if no such object exists
unsafe void NXOpen.Report.CommandManager.GetCommandLibraries ( out NXOpen.Report.CommandLibrary[]  pCommandLibraries)
inline

Gets all command libraries.

Created in NX11.0.0

License requirements: None.

Parameters
pCommandLibraries
unsafe NXOpen.Report.CommandImporter NXOpen.Report.CommandManager.NewCommandImporter ( NXOpen.Report.CommandLibrary  pCommandLibrary,
string  libraryFile 
)
inline

Creates a transient object NXOpen.Report.CommandImporter to import the selected commands of a command library file to a command library.

The object should be destroyed after finishing import.

Created in NX11.0.0

License requirements: None.

Parameters
pCommandLibrary
libraryFileLibrary folder zip file name with full path
Returns

Property Documentation

Tag NXOpen.Report.CommandManager.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.