Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / SetVertexSelection Method
The vertex index
The selection status
The parents stack that define a nested instance

In This Topic
    SetVertexSelection Method
    In This Topic
    Sets the selection status of a vertex.
    Syntax
    'Declaration
     
    Public Sub SetVertexSelection( _
       ByVal vertexIndex As Integer, _
       ByVal status As Boolean, _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) 
    public void SetVertexSelection( 
       int vertexIndex,
       bool status,
       Stack<BlockReference> parents
    )

    Parameters

    vertexIndex
    The vertex index
    status
    The selection status
    parents
    The parents stack that define a nested instance
    See Also