Description

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

Property Type

  • Read-write property

Syntax

Public Property ShowEntityDataType() As Variant

Example

Dim MySubModel As SubModel
Dim EntityDataType As Boolean
EntityDataType = True
MySubModel.ShowEntityDataType = EntityDataType