Search Results for

    Show / Hide Table of Contents

    Delegate UFUgmgr.CloneAutoTransFT

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

    Constructors

    CloneAutoTransFT(Object, IntPtr)

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

    Methods

    BeginInvoke(String, SByte*, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string _X1, sbyte *_X2, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String _X1
    System.SByte* _X2
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual int EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Int32

    Invoke(String, SByte*)

    Declaration
    public virtual int Invoke(string _X1, sbyte *_X2)
    Parameters
    Type Name Description
    System.String _X1
    System.SByte* _X2
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Generated by DocFX