Search Results for

    Show / Hide Table of Contents

    Delegate VisualReportManager.GetDateTypePropertyValue

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

    Constructors

    GetDateTypePropertyValue(Object, IntPtr)

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

    Methods

    BeginInvoke(NXObject, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(NXObject nxObject, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    NXObject nxObject
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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