Search Results for

    Show / Hide Table of Contents

    Delegate PartCollection.PartClosedHandler

    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public delegate void PartClosedHandler(BasePart part);
    Parameters
    Type Name Description
    BasePart part

    Constructors

    PartClosedHandler(Object, IntPtr)

    Declaration
    public PartClosedHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(BasePart, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(BasePart part, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    BasePart part
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(BasePart)

    Declaration
    public virtual void Invoke(BasePart part)
    Parameters
    Type Name Description
    BasePart part
    In This Article
    Back to top Generated by DocFX