Description

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

Property Type

  • Read-write property

Syntax

Public Property ShowEntityAttachment() As Variant

Example

Dim MySubModel As SubModel
Dim EntityAttachment As Boolean
EntityAttachment = True
MySubModel.ShowEntityAttachment = EntityAttachment