Description

Determines whether view relationships are drawn (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property ShowViewRelationships() As Variant

Example

Dim MySubModel As SubModel
Dim ShoViewRels As Boolean
ShoViewRels = True
MySubModel.ShowViewRelationships = ShoViewRels