Search Results for

    Show / Hide Table of Contents

    Delegate CustomManager._PipeJointSetType

    Namespace: NXOpen.Weld
    Assembly: NXOpen.dll
    Syntax
    delegate void _PipeJointSetType(Tag joint);
    Parameters
    Type Name Description
    Tag joint

    Constructors

    _PipeJointSetType(Object, IntPtr)

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

    Methods

    BeginInvoke(Tag, AsyncCallback, Object)

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

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