This document is archived and information here might be outdated. Recommended version. |
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.