Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._ValidateFormboardPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    delegate byte _ValidateFormboardPlugin(int nHarnesses, IntPtr harnesses);
    Parameters
    Type Name Description
    System.Int32 nHarnesses
    System.IntPtr harnesses
    Returns
    Type Description
    System.Byte

    Constructors

    _ValidateFormboardPlugin(Object, IntPtr)

    Declaration
    public _ValidateFormboardPlugin(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 nHarnesses, IntPtr harnesses, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Int32 nHarnesses
    System.IntPtr harnesses
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual byte EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Byte

    Invoke(Int32, IntPtr)

    Declaration
    public virtual byte Invoke(int nHarnesses, IntPtr harnesses)
    Parameters
    Type Name Description
    System.Int32 nHarnesses
    System.IntPtr harnesses
    Returns
    Type Description
    System.Byte
    In This Article
    Back to top Generated by DocFX