Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.PipeJointSetType

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

    Constructors

    PipeJointSetType(object, nint)

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

    Methods

    BeginInvoke(JointItemBuilder, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(JointItemBuilder joint, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    JointItemBuilder joint
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    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