You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.ShowEntityAttachmenty = EntityAttachment
  • No labels