Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.WrappedOverstockLengthCalculationPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate double WrappedOverstockLengthCalculationPlugin(Overstock overstock);
    Parameters
    Type Name Description
    Overstock overstock
    Returns
    Type Description
    System.Double

    Constructors

    WrappedOverstockLengthCalculationPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(Overstock, AsyncCallback, Object)

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

    Declaration
    public virtual double Invoke(Overstock overstock)
    Parameters
    Type Name Description
    Overstock overstock
    Returns
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX