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