Search Results for

    Show / Hide Table of Contents

    Delegate LinkedPartManager.MapEntityHandler

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

    Constructors

    MapEntityHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(LinkedMirrorPartEntityMapEvent, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(LinkedMirrorPartEntityMapEvent mapEntityEvent, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    LinkedMirrorPartEntityMapEvent mapEntityEvent
    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(LinkedMirrorPartEntityMapEvent)

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