com.esri.arcgis.controls
Interface ISnappingEnvironment2

All Superinterfaces:
ISnappingEnvironment, java.io.Serializable
All Known Implementing Classes:
ISnappingEnvironment2Proxy, Snapping

public interface ISnappingEnvironment2
extends ISnappingEnvironment, java.io.Serializable

COM Interface 'ISnappingEnvironment2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'ISnappingEnvironment2 Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8147026e_d1df_420b_851b_e699004f195a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.controls.ISnappingEnvironment
IID89a22907_b646_491e_89f9_55f707daf009
 
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
 

Field Detail

IID8147026e_d1df_420b_851b_e699004f195a

static final int IID8147026e_d1df_420b_851b_e699004f195a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isIgnoreBasemapLayers

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

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

setIgnoreBasemapLayers

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

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