PartDelayedUpdateStatus Class

class NXOpen.PartDelayedUpdateStatus

Bases: NXOpen.TransientObject

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.

New in version NX6.0.0.

Properties

Property Description
NumberDelayedParts Returns the number of parts that could not be updated.

Methods

Method Description
Dispose Free resources associated with the instance.
GetDelayedStatus Returns the delayed update status for a part that failed to update.
GetPartName Returns the name of a particular part that could not be updated.

Structs

PartDelayedUpdateStatusDelayStatusInfo_Struct Struct Logical structure of part delayed update status

Property Detail

NumberDelayedParts

PartDelayedUpdateStatus.NumberDelayedParts

Returns the number of parts that could not be updated.

-------------------------------------

Getter Method

Signature NumberDelayedParts

Returns:
Return type:int

New in version NX6.0.0.

License requirements: None.

Method Detail

Dispose

PartDelayedUpdateStatus.Dispose

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.

Signature Dispose()

New in version NX6.0.0.

License requirements: None.

GetDelayedStatus

PartDelayedUpdateStatus.GetDelayedStatus

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

Signature GetDelayedStatus(i)

Parameters:i (int) – Index into list of delayed parts
Returns:Logical structure of part delayed update status
Return type:NXOpen.PartDelayedUpdateStatusDelayStatusInfo_Struct

New in version NX6.0.0.

License requirements: None.

GetPartName

PartDelayedUpdateStatus.GetPartName

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

Signature GetPartName(i)

Parameters:i (int) – Index into list of delayed parts
Returns:
Return type:str

New in version NX6.0.0.

License requirements: None.