Description

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

Property Type

  • Read-write property

Syntax

Public Property ShowEntityFactAttributes() As Variant

Example

Dim MySubModel As SubModel
Dim EntityFactAttributes As Boolean
EntityFactAttributes = True
MySubModel.ShowEntityFactAttributes = EntityFactAttributes