Search Results for

    Show / Hide Table of Contents

    Delegate LinkedPartManager.MapEntityHandler

    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public delegate void LinkedPartManager.MapEntityHandler(LinkedMirrorPartEntityMapEvent mapEntityEvent)
    Parameters
    Type Name Description
    LinkedMirrorPartEntityMapEvent mapEntityEvent

    Constructors

    MapEntityHandler(object, nint)

    Declaration
    public MapEntityHandler(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(LinkedMirrorPartEntityMapEvent, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(LinkedMirrorPartEntityMapEvent mapEntityEvent, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    LinkedMirrorPartEntityMapEvent mapEntityEvent
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(LinkedMirrorPartEntityMapEvent)

    Declaration
    public virtual void Invoke(LinkedMirrorPartEntityMapEvent mapEntityEvent)
    Parameters
    Type Name Description
    LinkedMirrorPartEntityMapEvent mapEntityEvent
    In this article
    Back to top Generated by DocFX