Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / HitVertex Class / EntityIndex Field

In This Topic
    EntityIndex Field
    In This Topic
    The index of the entity the vertex belongs to.
    Syntax
    'Declaration
     
    Public EntityIndex As Integer
    public int EntityIndex
    Remarks
    The index refers to the devDept.Eyeshot.Block.Entities list of the inner-most parent of the Parents list in case it is not empty, else to the devDept.Eyeshot.EntityList.CurrentBlockReference Entities list or, if there is no current BlockReference, to the Entities list.
    See Also