This document is archived and information here might be outdated. Recommended version. |
The highlight color drawn for highlighted features.
[Visual Basic .NET] Public Property HighlightFeatureColor As IColor
[C#] public IColor HighlightFeatureColor {get; set;}
[C++]
HRESULT get_HighlightFeatureColor(
IColor* color
);
[C++]
HRESULT put_HighlightFeatureColor(
IColor** color
);
[C++] Parameters color [in]
color is a parameter of type IColor* color [out, retval]
color is a parameter of type IColor**