Class PartReopenReport
Inheritance
System.Object
System.MarshalByRefObject
PartReopenReport
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 PartReopenReport : TransientObject, IMessageSink, IDisposable
Constructors
PartReopenReport(IntPtr)
Declaration
protected PartReopenReport(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
CouldNotResetWorkPart
Declaration
public bool CouldNotResetWorkPart { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberReopenParts
Declaration
public int NumberReopenParts { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
WasDisplayPartReopened
Declaration
public bool WasDisplayPartReopened { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetStatuses()
Declaration
public PartReopenStatus[] GetStatuses()
Returns
Type | Description |
---|---|
PartReopenStatus[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable