Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.PipingComponentFilePlugin

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

    Constructors

    PipingComponentFilePlugin(object, nint)

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

    Methods

    BeginInvoke(string, Component[], PipingComponentFileOptions, AsyncCallback, object)

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

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