Search Results for

    Show / Hide Table of Contents

    Delegate UFUgmgr.SaveasDatasetNameFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate int UFUgmgr.SaveasDatasetNameFnT(nint _X1)
    Parameters
    Type Name Description
    nint _X1
    Returns
    Type Description
    int

    Constructors

    SaveasDatasetNameFnT(object, nint)

    Declaration
    public SaveasDatasetNameFnT(object @object, nint method)
    Parameters
    Type Name Description
    object object
    nint method

    Methods

    BeginInvoke(nint, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(nint _X1, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    nint _X1
    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(nint)

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