Description

Determines whether to use a custom background color just for this entity display object (true) or whether to use the default entity background color of the submodel (false). DATATYPE: Boolean.

Property Type

Syntax

Public Property DisplayBackgroundColor() As Variant

Remarks

Example

Dim MyEntityDisplay As EntityDisplay 
Dim DispBGColor As Boolean 

MyEntityDisplay.DisplayBackgroundColor = DispBGColor 
or 
' Sets the display background color 

Dim MyEntityDisplay As EntityDisplay 
Dim DispBGColor As Boolean 

DispBGColor = 669933 
MyEntityDisplay.DisplayBackgroundColor = DispBGColor