Search Results for

    Show / Hide Table of Contents

    Delegate VisualReportManager.GetBooleanTypePropertyValue

    Namespace: NXOpen.VisualReporting
    Assembly: NXOpen.dll
    Syntax
    public delegate bool VisualReportManager.GetBooleanTypePropertyValue(NXObject nxObject)
    Parameters
    Type Name Description
    NXObject nxObject
    Returns
    Type Description
    bool

    Constructors

    GetBooleanTypePropertyValue(object, nint)

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

    Methods

    BeginInvoke(NXObject, AsyncCallback, object)

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

    Declaration
    public virtual bool Invoke(NXObject nxObject)
    Parameters
    Type Name Description
    NXObject nxObject
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX