Class PartReopenStatus
Inheritance
PartReopenStatus
Assembly: NXOpen.dll
Syntax
public class PartReopenStatus : TransientObject, IMessageSink, IDisposable
Constructors
PartReopenStatus(nint)
Declaration
protected PartReopenStatus(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AfterName
Declaration
public string AfterName { get; }
Property Value
BeforeName
Declaration
public string BeforeName { get; }
Property Value
CouldNotClose
Declaration
public bool CouldNotClose { get; }
Property Value
LoadStatus
Declaration
public int LoadStatus { get; }
Property Value
LoadStatusDescription
Declaration
public string LoadStatusDescription { get; }
Property Value
ModifiedInSession
Declaration
public bool ModifiedInSession { get; }
Property Value
ModifiedOnDisk
Declaration
public bool ModifiedOnDisk { get; }
Property Value
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink