NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

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...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. 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...
 

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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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 ( )
inlineprotectedvirtual

Destroys the object

Created in NX11.0.0

License requirements: None.

Implements NXOpen.TransientObject.

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

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)
inline

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