Search Results for

    Show / Hide Table of Contents

    Delegate UFUgmgr.CloneAutoTransFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [CallConvCdecl]
    public delegate int UFUgmgr.CloneAutoTransFT(string _X1, sbyte* _X2)
    Parameters
    Type Name Description
    string _X1
    sbyte* _X2
    Returns
    Type Description
    int

    Constructors

    CloneAutoTransFT(object, nint)

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

    Methods

    BeginInvoke(string, sbyte*, AsyncCallback, object)

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

    Declaration
    public virtual int Invoke(string _X1, sbyte* _X2)
    Parameters
    Type Name Description
    string _X1
    sbyte* _X2
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX