This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.SnapSymbolColor Property (ArcObjects .NET 10.5 SDK) |
The color of the snapping symbol.
[Visual Basic .NET] Public Property SnapSymbolColor As IColor
[C#] public IColor SnapSymbolColor {get; set;}
[C++]
HRESULT get_SnapSymbolColor(
IColor** Color
);
[C++]
HRESULT putref_SnapSymbolColor(
IColor* Color
);
[C++]
Parameters Color [out, retval]
Color is a parameter of type IColor Color [in]
Color is a parameter of type IColor
Specifies the color of the snapping symbol displayed when a valid snap result was found. The default color is black. Changing the color to a high contrast value such as yellow or cyan is particularly useful in situations where you are working against imagery or other layers symbolized using grayscale. The snap symbol itself cannot be altered.