Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._PipingComponentFilePlugin

    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    delegate void _PipingComponentFilePlugin(IntPtr fileName, int nComponents, IntPtr components, CustomManager.PipingComponentFileOptions options);
    Parameters
    Type Name Description
    System.IntPtr fileName
    System.Int32 nComponents
    System.IntPtr 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(IntPtr, Int32, IntPtr, CustomManager.PipingComponentFileOptions, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(IntPtr fileName, int nComponents, IntPtr components, CustomManager.PipingComponentFileOptions options, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.IntPtr fileName
    System.Int32 nComponents
    System.IntPtr 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(IntPtr, Int32, IntPtr, CustomManager.PipingComponentFileOptions)

    Declaration
    public virtual void Invoke(IntPtr fileName, int nComponents, IntPtr components, CustomManager.PipingComponentFileOptions options)
    Parameters
    Type Name Description
    System.IntPtr fileName
    System.Int32 nComponents
    System.IntPtr components
    CustomManager.PipingComponentFileOptions options
    In This Article
    Back to top Generated by DocFX