Class PartLoadStatus
Inheritance
System.Object
System.MarshalByRefObject
PartLoadStatus
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class PartLoadStatus : TransientObject, IMessageSink, IDisposable
Constructors
PartLoadStatus(IntPtr)
Declaration
protected PartLoadStatus(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
NumberUnloadedParts
Declaration
public int NumberUnloadedParts { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetPartName(Int32)
Declaration
public string GetPartName(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.String |
GetStatus(Int32)
Declaration
public int GetStatus(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.Int32 |
GetStatusDescription(Int32)
Declaration
public string GetStatusDescription(int i)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i |
Returns
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable