NX Open C++ Reference Guide
|
Contains information about a part after an attempt was made to reopen it. More...
Public Member Functions | |
NXString | AfterName () |
Returns the name of the part after it was reopened. | |
NXString | BeforeName () |
Returns the name of the part before it was reopened. | |
bool | CouldNotClose () |
Returns whether or not the part was closed. | |
int | LoadStatus () |
Returns the load status value from part load. | |
NXString | LoadStatusDescription () |
Returns the description of the load status value from part load. | |
bool | ModifiedInSession () |
Returns whether part is modified in session. | |
bool | ModifiedOnDisk () |
Returns whether part is modified on disk. | |
virtual | ~PartReopenStatus () |
Free resources associated with the instance. |
Contains information about a part after an attempt was made to reopen it.
Instances of this class are retrieved from PartReopenReport::ReopenStatuses .
Created in NX3.0.0.
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
Returns the name of the part after it was reopened.
Created in NX3.0.0.
License requirements : None
Returns the name of the part before it was reopened.
Created in NX3.0.0.
License requirements : None
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
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
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
Returns whether part is modified in session.
Created in NX3.0.0.
License requirements : None
Returns whether part is modified on disk.
Created in NX3.0.0.
License requirements : None