Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager.WeldJointHandler

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

    Constructors

    WeldJointHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(JointExitBuilder, AsyncCallback, Object)

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

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