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. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
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.
|
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
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