NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Report::ReportManager Class Reference

Represents the report manager. More...

Public Member Functions

NXOpen::Report::AutomationLoggerAutomationLogger ()
 Returns the NXOpen::Report::AutomationLogger belonging to the report manager
Created in NX11.0.0. More...
 
NXOpen::Report::CommandManagerCommandManager ()
 Returns the NXOpen::Report::CommandManager belonging to the report manager
Created in NX11.0.0. More...
 
NXOpen::Report::ResultXmlFileWriterCreateResultXmlFileWriter ()
 Creates a new NXOpen::Report::ResultXmlFileWriter object. More...
 
void GetOriginalImageDimension (const NXString &imageFullFileName, double *width, double *height)
 Gets the original dimension of a given image file. More...
 
void GetOriginalImageDimension (const char *imageFullFileName, double *width, double *height)
 Gets the original dimension of a given image file. More...
 
NXOpen::Report::ReportPreferencePreference ()
 Returns the report preference. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the report manager.


To obtain an instance of this class use NXOpen::Session::ReportManager .

Created in NX11.0.0.

Member Function Documentation

NXOpen::Report::AutomationLogger* NXOpen::Report::ReportManager::AutomationLogger ( )

Returns the NXOpen::Report::AutomationLogger belonging to the report manager
Created in NX11.0.0.


NXOpen::Report::CommandManager* NXOpen::Report::ReportManager::CommandManager ( )

Returns the NXOpen::Report::CommandManager belonging to the report manager
Created in NX11.0.0.


NXOpen::Report::ResultXmlFileWriter* NXOpen::Report::ReportManager::CreateResultXmlFileWriter ( )

Creates a new NXOpen::Report::ResultXmlFileWriter object.

Returns

Created in NX11.0.0.

License requirements : None
void NXOpen::Report::ReportManager::GetOriginalImageDimension ( const NXString imageFullFileName,
double *  width,
double *  height 
)

Gets the original dimension of a given image file.


Created in NX11.0.0.

License requirements : None

Parameters
imageFullFileNamethe full image file name
widthwidth
heightheight
void NXOpen::Report::ReportManager::GetOriginalImageDimension ( const char *  imageFullFileName,
double *  width,
double *  height 
)

Gets the original dimension of a given image file.


Created in NX11.0.0.

License requirements : None

Parameters
imageFullFileNamethe full image file name
widthwidth
heightheight
NXOpen::Report::ReportPreference* NXOpen::Report::ReportManager::Preference ( )

Returns the report preference.


Created in NX11.0.0.

License requirements : None

tag_t NXOpen::Report::ReportManager::Tag ( ) const

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.