Gets or sets the color used when an entity is selected.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property HighlightColor As System.Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As IEModelViewControl
Dim value As System.Integer
instance.HighlightColor = value
value = instance.HighlightColor |
| C# | |
|---|
System.int HighlightColor {get; set;} |
| C++/CLI | |
|---|
property System.int HighlightColor {
System.int get();
void set ( & System.int value);
} |
Property Value
COLORREF value (see
Remarks)
Example
EModelViewControl::HighlightColor(16711680) //Set color to red
See IEModelViewControl examples.
Remarks
See Also
Availability
eDrawings API 2007 SP0