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

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

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

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. More...
 
NXString GetPartName (int i)
 Returns the name of a particular part that could not be updated. More...
 
int NumberDelayedParts ()
 Returns the number of parts that could not be updated. More...
 
virtual ~PartDelayedUpdateStatus ()
 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

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

virtual NXOpen::PartDelayedUpdateStatus::~PartDelayedUpdateStatus ( )
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

Member Function Documentation

NXOpen::PartDelayedUpdateStatus::DelayStatusInfo NXOpen::PartDelayedUpdateStatus::GetDelayedStatus ( int  i)

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
NXString NXOpen::PartDelayedUpdateStatus::GetPartName ( int  i)

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
int NXOpen::PartDelayedUpdateStatus::NumberDelayedParts ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.