NXOpen .NET Reference  12.0.0
Classes | Public Member Functions | Protected Member Functions | Properties | 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:

Classes

struct  DelayStatusInfo
 Logical structure of part delayed update status More...
 

Public Member Functions

unsafe string GetPartName (int i)
 Returns the name of a particular part that could not be updated. More...
 
unsafe
NXOpen.PartDelayedUpdateStatus.DelayStatusInfo 
GetDelayedStatus (int i)
 Returns the delayed update status for a part that failed to update. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the instance. More...
 

Properties

unsafe int NumberDelayedParts [get]
 Returns the number of parts that could not be updated. 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

Member Function Documentation

override void NXOpen.PartDelayedUpdateStatus.FreeResource ( )
protected

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.

unsafe NXOpen.PartDelayedUpdateStatus.DelayStatusInfo NXOpen.PartDelayedUpdateStatus.GetDelayedStatus ( int  i)

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

Created in NX6.0.0

License requirements: None.

Parameters
iIndex into list of delayed parts
Returns
Logical structure of part delayed update status
unsafe string NXOpen.PartDelayedUpdateStatus.GetPartName ( int  i)

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

Created in NX6.0.0

License requirements: None.

Parameters
iIndex into list of delayed parts
Returns

Property Documentation

unsafe int NXOpen.PartDelayedUpdateStatus.NumberDelayedParts
get

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.