Search Results for

    Show / Hide Table of Contents

    Class PartReopenStatus

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PartReopenStatus
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    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
    Type Description
    string

    BeforeName

    Declaration
    public string BeforeName { get; }
    Property Value
    Type Description
    string

    CouldNotClose

    Declaration
    public bool CouldNotClose { get; }
    Property Value
    Type Description
    bool

    LoadStatus

    Declaration
    public int LoadStatus { get; }
    Property Value
    Type Description
    int

    LoadStatusDescription

    Declaration
    public string LoadStatusDescription { get; }
    Property Value
    Type Description
    string

    ModifiedInSession

    Declaration
    public bool ModifiedInSession { get; }
    Property Value
    Type Description
    bool

    ModifiedOnDisk

    Declaration
    public bool ModifiedOnDisk { get; }
    Property Value
    Type Description
    bool

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX