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

In This Topic
    GetVertexSelection Method
    In This Topic
    Tells if the vertex is selected.
    Syntax
    'Declaration
     
    Public Function GetVertexSelection( _
       ByVal vertexIndex As Integer, _
       Optional ByVal parents As Stack(Of BlockReference) _
    ) As Boolean
    public bool GetVertexSelection( 
       int vertexIndex,
       Stack<BlockReference> parents
    )

    Parameters

    vertexIndex
    The vertex index
    parents
    The parents stack that define a nested instance

    Return Value

    True if the edge is selected
    See Also