Search Results for

    Show / Hide Table of Contents

    Delegate UFCgm.PostExportFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate void PostExportFT(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, IntPtr appl_data);
    Parameters
    Type Name Description
    UFCgm.ExportReason reason
    UFCgm.ExportSource source
    Tag drawing_sheet
    System.IntPtr appl_data

    Constructors

    PostExportFT(Object, IntPtr)

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

    Methods

    BeginInvoke(UFCgm.ExportReason, UFCgm.ExportSource, Tag, IntPtr, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, IntPtr appl_data, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    UFCgm.ExportReason reason
    UFCgm.ExportSource source
    Tag drawing_sheet
    System.IntPtr appl_data
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(UFCgm.ExportReason, UFCgm.ExportSource, Tag, IntPtr)

    Declaration
    public virtual void Invoke(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, IntPtr appl_data)
    Parameters
    Type Name Description
    UFCgm.ExportReason reason
    UFCgm.ExportSource source
    Tag drawing_sheet
    System.IntPtr appl_data
    In This Article
    Back to top Generated by DocFX