NX Open C++ Reference Guide
Public Member Functions
NXOpen::PartLoadStatus Class Reference

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

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

List of all members.

Public Member Functions

NXString GetPartName (int i)
 Returns the name of a particular part that could not be loaded.
int GetStatus (int i)
 Returns the status code for a part that could not be loaded.
NXString GetStatusDescription (int i)
 Returns the text description of the status code for a part that could not be loaded.
int NumberUnloadedParts ()
 Returns the number of parts that could not be loaded.
virtual ~PartLoadStatus ()
 Free resources associated with the instance.

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

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

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

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

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.

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