Search Results for

    Show / Hide Table of Contents

    Delegate UFCgm.PreExportFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public delegate bool PreExportFT(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
    Returns
    Type Description
    System.Boolean

    Constructors

    PreExportFT(Object, IntPtr)

    Declaration
    public PreExportFT(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 bool EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result
    Returns
    Type Description
    System.Boolean

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

    Declaration
    public virtual bool 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
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX