NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::PartDelayedUpdateStatus Class Reference

Represents a list of part names with associated delay status codes. More...

Inheritance diagram for NXOpen::PartDelayedUpdateStatus:
NXOpen::TransientObject

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

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


Member Function Documentation

Returns the delayed update status for a part that failed to update.

Returns:
Logical structure of part delayed update status
Created in NX6.0.0.

License requirements : None
Parameters:
iIndex into list of delayed parts

Returns the name of a particular part that could not be updated.

Returns:

Created in NX6.0.0.

License requirements : None
Parameters:
iIndex into list of delayed parts

Returns the number of parts that could not be updated.


Created in NX6.0.0.

License requirements : None


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