Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / IndexTriangle Class / ReplaceVertexIndex Method

In This Topic
    ReplaceVertexIndex Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ReplaceVertexIndex( _
       ByVal oldVertex As Integer, _
       ByVal newVertex As Integer _
    ) 
    public void ReplaceVertexIndex( 
       int oldVertex,
       int newVertex
    )

    Parameters

    oldVertex
    newVertex
    See Also