Search Results for

    Show / Hide Table of Contents

    Delegate VisualReportManager.GetStringTypePropertyValue

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

    Constructors

    GetStringTypePropertyValue(object, nint)

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

    Invoke(NXObject)

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