ArcObjects Library Reference (Controls)  

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