Search Results for

    Show / Hide Table of Contents

    Class PartCloseStatus

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    PartCloseStatus
    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 PartCloseStatus : TransientObject, IMessageSink, IDisposable

    Constructors

    PartCloseStatus(nint)

    Declaration
    protected PartCloseStatus(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    NumberUnclosedParts

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

    Methods

    FreeResource()

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

    GetPart(int)

    Declaration
    public BasePart GetPart(int i)
    Parameters
    Type Name Description
    int i
    Returns
    Type Description
    BasePart

    GetStatus(int)

    Declaration
    public int GetStatus(int i)
    Parameters
    Type Name Description
    int i
    Returns
    Type Description
    int

    Implements

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