Search Results for

    Show / Hide Table of Contents

    Delegate UI._UtilityFunctionVisibilityHandler

    Namespace: NXOpen
    Assembly: NXOpenUI.dll
    Syntax
    delegate void _UtilityFunctionVisibilityHandler(bool visible);
    Parameters
    Type Name Description
    System.Boolean visible

    Constructors

    _UtilityFunctionVisibilityHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Boolean, AsyncCallback, Object)

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

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