Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._BundlePlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    delegate double _BundlePlugin(int nStockData, IntPtr stockData);
    Parameters
    Type Name Description
    System.Int32 nStockData
    System.IntPtr stockData
    Returns
    Type Description
    System.Double

    Constructors

    _BundlePlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(Int32, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int nStockData, IntPtr stockData, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 nStockData
    System.IntPtr stockData
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual double EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Double

    Invoke(Int32, IntPtr)

    Declaration
    public virtual double Invoke(int nStockData, IntPtr stockData)
    Parameters
    Type Name Description
    System.Int32 nStockData
    System.IntPtr stockData
    Returns
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX