Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.PipingComponentFilePlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public delegate void PipingComponentFilePlugin(string fileName, Component[] components, CustomManager.PipingComponentFileOptions options);
    Parameters
    Type Name Description
    System.String fileName
    Component[] components
    CustomManager.PipingComponentFileOptions options

    Constructors

    PipingComponentFilePlugin(Object, IntPtr)

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

    Methods

    BeginInvoke(String, Component[], CustomManager.PipingComponentFileOptions, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string fileName, Component[] components, CustomManager.PipingComponentFileOptions options, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String fileName
    Component[] components
    CustomManager.PipingComponentFileOptions options
    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, Component[], CustomManager.PipingComponentFileOptions)

    Declaration
    public virtual void Invoke(string fileName, Component[] components, CustomManager.PipingComponentFileOptions options)
    Parameters
    Type Name Description
    System.String fileName
    Component[] components
    CustomManager.PipingComponentFileOptions options
    In This Article
    Back to top Generated by DocFX