Search Results for

    Show / Hide Table of Contents

    Delegate UFCgm.PreExportFT

    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
    public delegate bool UFCgm.PreExportFT(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, nint[] appl_data)
    Parameters
    Type Name Description
    UFCgm.ExportReason reason
    UFCgm.ExportSource source
    Tag drawing_sheet
    nint[] appl_data
    Returns
    Type Description
    bool

    Constructors

    PreExportFT(object, nint)

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

    Methods

    BeginInvoke(ExportReason, ExportSource, Tag, nint[], AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, nint[] appl_data, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    UFCgm.ExportReason reason
    UFCgm.ExportSource source
    Tag drawing_sheet
    nint[] appl_data
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(ExportReason, ExportSource, Tag, nint[])

    Declaration
    public virtual bool Invoke(UFCgm.ExportReason reason, UFCgm.ExportSource source, Tag drawing_sheet, nint[] appl_data)
    Parameters
    Type Name Description
    UFCgm.ExportReason reason
    UFCgm.ExportSource source
    Tag drawing_sheet
    nint[] appl_data
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX