NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Classes

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

Public Member Functions

unsafe
NXOpen.PartDelayedUpdateStatus.DelayStatusInfo 
GetDelayedStatus (int i)
 Returns the delayed update status for a part that failed to update. More...
 
unsafe string GetPartName (int i)
 Returns the name of a particular part that could not be updated. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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 ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

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

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)
inline

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