Description
Determines whether entity's inversion entries are displayed (true) or not (false). DATATYPE: Boolean.
Property Type
- Read-write property
Syntax
Public Property ShowEntityInversionEntry() As Variant
Example
Dim MySubModel As SubModel Dim EntityInversionEntry As Boolean EntityInversionEntry = True MySubModel.ShowEntityInversionEntry = EntityInversionEntry
See Also