Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.ValidateFormboardPlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate bool CustomManager.ValidateFormboardPlugin(HarnessDevice[] harnesses)
    Parameters
    Type Name Description
    HarnessDevice[] harnesses
    Returns
    Type Description
    bool

    Constructors

    ValidateFormboardPlugin(object, nint)

    Declaration
    public ValidateFormboardPlugin(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(HarnessDevice[], AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(HarnessDevice[] harnesses, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    HarnessDevice[] harnesses
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    bool

    Invoke(HarnessDevice[])

    Declaration
    public virtual bool Invoke(HarnessDevice[] harnesses)
    Parameters
    Type Name Description
    HarnessDevice[] harnesses
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX