Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.CablewayPreExportPlugin

    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public delegate void CustomManager.CablewayPreExportPlugin(string xmlFileName)
    Parameters
    Type Name Description
    string xmlFileName

    Constructors

    CablewayPreExportPlugin(object, nint)

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

    Methods

    BeginInvoke(string, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string xmlFileName, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    string xmlFileName
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(string)

    Declaration
    public virtual void Invoke(string xmlFileName)
    Parameters
    Type Name Description
    string xmlFileName
    In this article
    Back to top Generated by DocFX