Environment.ComputeNonCurrentEntityColor Method

Gets the color used to draw the given non-current entity.
Protected Friend Overridable Function ComputeNonCurrentEntityColor( _ 
ByVal entity As Entity, _ 
ByVal color As Color, _ 
Optional ByVal edge As Boolean = false _ 
) As Color
This language is not supported or no code example is available.
internal protected virtual Color ComputeNonCurrentEntityColor( 
Entity entity
Color color
bool edge = false 
)
This language is not supported or no code example is available.

Parameters

entity
Entity

The entity being processed

color
Color

The color of the entity

edge
bool

Return Value

Color

The color used to draw the entity not belonging to the current BlockReference.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition