com.esri.arcgis.controls
Interface esriSnappingTipType

All Superinterfaces:
Serializable

public interface esriSnappingTipType
extends Serializable

Snapping tip types.

Remarks

The snapping tip type can contain the layer name of the feature layer that was snapped to, or the snapping type that was satisfied. The default is to show both the layer name and the snapping type as part of the snap tip.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriSnappingTipLayerName
          Snapping tip contains the layer name.
static int esriSnappingTipSnappingType
          Snapping tip contains the snapping type.
 

Field Detail

esriSnappingTipLayerName

static final int esriSnappingTipLayerName
Snapping tip contains the layer name.

See Also:
Constant Field Values

esriSnappingTipSnappingType

static final int esriSnappingTipSnappingType
Snapping tip contains the snapping type.

See Also:
Constant Field Values