Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._SpecificationChangedPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    delegate void _SpecificationChangedPlugin(IntPtr previousSpecificationName, IntPtr newSpecificationName);
    Parameters
    Type Name Description
    System.IntPtr previousSpecificationName
    System.IntPtr newSpecificationName

    Constructors

    _SpecificationChangedPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr previousSpecificationName, IntPtr newSpecificationName, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr previousSpecificationName
    System.IntPtr newSpecificationName
    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(IntPtr, IntPtr)

    Declaration
    public virtual void Invoke(IntPtr previousSpecificationName, IntPtr newSpecificationName)
    Parameters
    Type Name Description
    System.IntPtr previousSpecificationName
    System.IntPtr newSpecificationName
    In This Article
    Back to top Generated by DocFX