This document is archived and information here might be outdated.  Recommended version.


ISnappingEnvironment.SnapSymbolColor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISnappingEnvironment Interface > ISnappingEnvironment.SnapSymbolColor Property
ArcGIS Developer Help

ISnappingEnvironment.SnapSymbolColor Property

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*

Product Availability

Available with ArcGIS Engine.

Remarks

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.

See Also

ISnappingEnvironment Interface