NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Report.CommandManager Class Reference

Represents the command manager. More...

Inheritance diagram for NXOpen.Report.CommandManager:

Public Member Functions

unsafe void ExportCommandsToLibraryFile (NXOpen.Report.Command[] pCommands, string libraryFile)
 Export selected commands to a library folder zip file. More...
 
unsafe void GetCommandLibraries (out NXOpen.Report.CommandLibrary[] pCommandLibraries)
 Gets all command libraries. More...
 
unsafe NXOpen.Report.CommandBuilder CreateCommandBuilder (NXOpen.Report.CommandLibrary commandLibrary, NXOpen.Report.Command command)
 Creates the command builder. 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...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the TaggedObject with the given identifier as recorded in a journal. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. 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 
)

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 
)

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)

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)

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 
)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.