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

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

Inheritance diagram for NXOpen::PartLoadStatus:
NXOpen::TransientObject

Public Member Functions

NXString GetPartName (int i)
 Returns the name of a particular part that could not be loaded. More...
 
int GetStatus (int i)
 Returns the status code for a part that could not be loaded. More...
 
NXString GetStatusDescription (int i)
 Returns the text description of the status code for a part that could not be loaded. More...
 
int NumberUnloadedParts ()
 Returns the number of parts that could not be loaded. More...
 
virtual ~PartLoadStatus ()
 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 status codes.

The status codes serve to communicate why these parts were not able to be loaded during part open.

Note that if an exception is thrown during the load process, the load status structure will not be usable as the load process itself has failed and nothing will have been loaded. This load status can only be used for partially successful load operations and some load warnings.


Created in NX3.0.0.

Constructor & Destructor Documentation

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

Member Function Documentation

NXString NXOpen::PartLoadStatus::GetPartName ( int  i)

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

Returns

Created in NX3.0.0.

License requirements : None
Parameters
iIndex into list of unloaded parts
int NXOpen::PartLoadStatus::GetStatus ( int  i)

Returns the status code for a part that could not be loaded.

Returns

Created in NX3.0.0.

License requirements : None
Parameters
iIndex into list of unloaded parts
NXString NXOpen::PartLoadStatus::GetStatusDescription ( int  i)

Returns the text description of the status code for a part that could not be loaded.

Returns

Created in NX3.0.0.

License requirements : None
Parameters
iIndex into list of unloaded parts.
int NXOpen::PartLoadStatus::NumberUnloadedParts ( )

Returns the number of parts that could not be loaded.


Created in NX3.0.0.

License requirements : None


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