Search Results for

    Show / Hide Table of Contents

    Delegate CheckerDefinition._DocumentationHandler

    Namespace: NXOpen.Validate
    Assembly: NXOpen.dll
    Syntax
    delegate void _DocumentationHandler(IntPtr checkerNode);
    Parameters
    Type Name Description
    System.IntPtr checkerNode

    Constructors

    _DocumentationHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(IntPtr, AsyncCallback, Object)

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

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