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

Represents a command importer to import the commands into command libary. More...

Inheritance diagram for NXOpen.Report.CommandImporter:

Public Types

enum  OverrideOption { Ignore, Replace, Copy }
 Represents the override option when there is already a command existing. More...
 

Public Member Functions

unsafe void GetImportCandidates (out NXOpen.Report.Command[] pCommands)
 Gets all candidate commands in library file. More...
 
unsafe void ImportCommands (int[] pCommandIndexes)
 Imports the selected commands into command library. More...
 

Protected Member Functions

override void FreeResource ()
 Destroys the object More...
 

Properties

unsafe
NXOpen.Report.CommandImporter.OverrideOption 
ImportOption [get, set]
 Returns or sets the command override option. More...
 

Detailed Description

Represents a command importer to import the commands into command libary.

Created in NX11.0.0

Member Enumeration Documentation

Represents the override option when there is already a command existing.

Enumerator
Ignore 

No action, do not import to library

Replace 

Import to replace the existing one

Copy 

Import and append a new one

Member Function Documentation

override void NXOpen.Report.CommandImporter.FreeResource ( )
protected

Destroys the object

Created in NX11.0.0

License requirements: None.

unsafe void NXOpen.Report.CommandImporter.GetImportCandidates ( out NXOpen.Report.Command[]  pCommands)

Gets all candidate commands in library file.

Created in NX11.0.0

License requirements: None.

Parameters
pCommands
unsafe void NXOpen.Report.CommandImporter.ImportCommands ( int[]  pCommandIndexes)

Imports the selected commands into command library.

Created in NX11.0.0

License requirements: None.

Parameters
pCommandIndexes

Property Documentation

unsafe NXOpen.Report.CommandImporter.OverrideOption NXOpen.Report.CommandImporter.ImportOption
getset

Returns or sets the command override option.

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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