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