Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.PipeJointSetType

    Namespace: NXOpen.Weld
    Assembly: NXOpen.dll
    Syntax
    public delegate void PipeJointSetType(JointItemBuilder joint);
    Parameters
    Type Name Description
    JointItemBuilder joint

    Constructors

    PipeJointSetType(Object, IntPtr)

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

    Methods

    BeginInvoke(JointItemBuilder, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(JointItemBuilder joint, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    JointItemBuilder joint
    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(JointItemBuilder)

    Declaration
    public virtual void Invoke(JointItemBuilder joint)
    Parameters
    Type Name Description
    JointItemBuilder joint
    In This Article
    Back to top Generated by DocFX