Description

Determines whether the entity's dimension attributes are displayed (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property ShowEntityDimensionAttributes() As Variant

Example

Dim MySubModel As SubModel
Dim EntityDimensionAttributes As Boolean
EntityDimensionAttributes = True
MySubModel.ShowEntityDimensionAttributes = EntityDimensionAttributes