com.esri.arcgis.controls
Interface ISnappingEnvironment2

All Superinterfaces:
ISnappingEnvironment, Serializable
All Known Implementing Classes:
Snapping

public interface ISnappingEnvironment2
extends ISnappingEnvironment, Serializable

ISnappingEnvironment2 Interface

Product Availability

Available with ArcGIS Engine.


Method Summary
 boolean isIgnoreBasemapLayers()
          Ignores basemap layers.
 void setIgnoreBasemapLayers(boolean flag)
          Ignores basemap layers.
 
Methods inherited from interface com.esri.arcgis.controls.ISnappingEnvironment
getPointSnapper, getSnappingType, getSnapSymbolColor, getSnapTipSymbol, getSnapTipType, getTolerance, isEnabled, isIgnoreIMSLayers, isShowSnapTipBackground, isShowSnapTips, isTextSnapping, setEnabled, setIgnoreIMSLayers, setPointSnapperByRef, setShowSnapTipBackground, setShowSnapTips, setSnappingType, setSnapSymbolColorByRef, setSnapTipSymbolByRef, setSnapTipType, setTextSnapping, setTolerance
 

Method Detail

isIgnoreBasemapLayers

boolean isIgnoreBasemapLayers()
                              throws IOException,
                                     AutomationException
Ignores basemap layers.

Product Availability

Available with ArcGIS Engine.

Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIgnoreBasemapLayers

void setIgnoreBasemapLayers(boolean flag)
                            throws IOException,
                                   AutomationException
Ignores basemap layers.

Product Availability

Available with ArcGIS Engine.

Parameters:
flag - The flag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.