Search Results for

    Show / Hide Table of Contents

    Delegate UFAssem.CsetFnT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate bool CsetFnT(Tag member, IntPtr app_data);
    Parameters
    Type Name Description
    Tag member
    System.IntPtr app_data
    Returns
    Type Description
    System.Boolean

    Constructors

    CsetFnT(Object, IntPtr)

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

    Methods

    BeginInvoke(Tag, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Tag member, IntPtr app_data, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Tag member
    System.IntPtr app_data
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Boolean

    Invoke(Tag, IntPtr)

    Declaration
    public virtual bool Invoke(Tag member, IntPtr app_data)
    Parameters
    Type Name Description
    Tag member
    System.IntPtr app_data
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX