Description

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

Property Type

  • Read-write property

Syntax

Public Property ShowEntityDomain() As Variant

Example

Dim MySubModel As SubModel
Dim EntityDomain As Boolean
EntityDomain = True
MySubModel.ShowEntityDomain = EntityDomain