Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.CablewayPostExportPlugin

    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public delegate void CablewayPostExportPlugin(string xmlFileName);
    Parameters
    Type Name Description
    System.String xmlFileName

    Constructors

    CablewayPostExportPlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string xmlFileName, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String xmlFileName
    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(String)

    Declaration
    public virtual void Invoke(string xmlFileName)
    Parameters
    Type Name Description
    System.String xmlFileName
    In This Article
    Back to top Generated by DocFX