Search Results for

    Show / Hide Table of Contents

    Delegate VisualReportManager.GetDateTypePropertyValue

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

    Constructors

    GetDateTypePropertyValue(object, nint)

    Declaration
    public GetDateTypePropertyValue(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 NXObject.ComputationalTime EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    NXObject.ComputationalTime

    Invoke(NXObject)

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