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

Contains information about a part after an attempt was made to reopen it. More...

Inheritance diagram for NXOpen::PartReopenStatus:
NXOpen::TransientObject

Public Member Functions

NXString AfterName ()
 Returns the name of the part after it was reopened. More...
 
NXString BeforeName ()
 Returns the name of the part before it was reopened. More...
 
bool CouldNotClose ()
 Returns whether or not the part was closed. More...
 
int LoadStatus ()
 Returns the load status value from part load. More...
 
NXString LoadStatusDescription ()
 Returns the description of the load status value from part load. More...
 
bool ModifiedInSession ()
 Returns whether part is modified in session. More...
 
bool ModifiedOnDisk ()
 Returns whether part is modified on disk. More...
 
virtual ~PartReopenStatus ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Contains information about a part after an attempt was made to reopen it.

Instances of this class are retrieved from PartReopenReport::GetStatuses .
Created in NX3.0.0.

Constructor & Destructor Documentation

virtual NXOpen::PartReopenStatus::~PartReopenStatus ( )
virtual

Free resources associated with the instance.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX3.0.0.

License requirements : None

Member Function Documentation

NXString NXOpen::PartReopenStatus::AfterName ( )

Returns the name of the part after it was reopened.


Created in NX3.0.0.

License requirements : None

NXString NXOpen::PartReopenStatus::BeforeName ( )

Returns the name of the part before it was reopened.


Created in NX3.0.0.

License requirements : None

bool NXOpen::PartReopenStatus::CouldNotClose ( )

Returns whether or not the part was closed.

If true, then the part could not be closed because it was modified in the session, and no flag was set to allow reopening of parts modified in the session.
Created in NX3.0.0.

License requirements : None

int NXOpen::PartReopenStatus::LoadStatus ( )

Returns the load status value from part load.

This will be 0 if the load was successful.
Created in NX3.0.0.

License requirements : None

NXString NXOpen::PartReopenStatus::LoadStatusDescription ( )

Returns the description of the load status value from part load.

This will be a blank string if the load was successful.
Created in NX3.0.0.

License requirements : None

bool NXOpen::PartReopenStatus::ModifiedInSession ( )

Returns whether part is modified in session.


Created in NX3.0.0.

License requirements : None

bool NXOpen::PartReopenStatus::ModifiedOnDisk ( )

Returns whether part is modified on disk.


Created in NX3.0.0.

License requirements : None


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