Search Results for

    Show / Hide Table of Contents

    Delegate VisualReportManager.GetRealTypePropertyValue

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

    Constructors

    GetRealTypePropertyValue(object, nint)

    Declaration
    public GetRealTypePropertyValue(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 double EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    double

    Invoke(NXObject)

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