NX Open C++ Reference Guide
|
Represents a list of part names with associated delay status codes. More...
Classes | |
struct | DelayStatusInfo |
Logical structure of part delayed update status. More... | |
Public Member Functions | |
NXOpen::PartDelayedUpdateStatus::DelayStatusInfo | GetDelayedStatus (int i) |
Returns the delayed update status for a part that failed to update. | |
NXString | GetPartName (int i) |
Returns the name of a particular part that could not be updated. | |
int | NumberDelayedParts () |
Returns the number of parts that could not be updated. | |
virtual | ~PartDelayedUpdateStatus () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a list of part names with associated delay status codes.
The status codes serve to communicate delayed update status for the parts that failed to update during Load Interpart Data.
Created in NX6.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 NX6.0.0.
License requirements : None
NXOpen::PartDelayedUpdateStatus::DelayStatusInfo NXOpen::PartDelayedUpdateStatus::GetDelayedStatus | ( | int | i | ) |
Returns the delayed update status for a part that failed to update.
i | Index into list of delayed parts |
NXString NXOpen::PartDelayedUpdateStatus::GetPartName | ( | int | i | ) |
Returns the name of a particular part that could not be updated.
i | Index into list of delayed parts |
int NXOpen::PartDelayedUpdateStatus::NumberDelayedParts | ( | ) |
Returns the number of parts that could not be updated.
Created in NX6.0.0.
License requirements : None