Search Results for

    Show / Hide Table of Contents

    Delegate VisualReportManager.GetIntegerTypePropertyValue

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

    Constructors

    GetIntegerTypePropertyValue(object, nint)

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

    Invoke(NXObject)

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