Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.WeldJointHandler

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

    Constructors

    WeldJointHandler(object, nint)

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

    Methods

    BeginInvoke(JointExitBuilder, AsyncCallback, object)

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

    Declaration
    public virtual void Invoke(JointExitBuilder joint)
    Parameters
    Type Name Description
    JointExitBuilder joint
    In this article
    Back to top Generated by DocFX