Description
Determines whether entity's indexes are displayed (true) or not (false). DATATYPE: Boolean.
Property Type
- Read-write property
Syntax
Public Property ShowEntityIndex() As Variant
Example
Dim MySubModel As SubModel Dim EntityIndexs As Boolean EntityIndex = True MySubModel.ShowEntityIndex = EntityIndex
See Also