Description

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

Property Type

  • Read-write property

Syntax

Public Property ShowEntityAttachmentValue() As Variant

Example

Dim MySubModel As SubModel
Dim EntityAttachmentValue As Boolean
EntityAttachmentValue = True
MySubModel.ShowEntityAttachmentValue = EntityAttachmentValue