com.esri.arcgis.cartoUI
Interface ILabelEngineChecker

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILabelEngineCheckerProxy, LabelEngineChecker

public interface ILabelEngineChecker
extends java.io.Serializable

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

Description: 'Provides basic map access to members that check for label engine inconsistencies.' 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 IID73fe63e8_700a_4bb3_04fe_fe9927eab23a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void checkForLabelEngine(IMap map, IArray layers, int parentHWnd)
          Checks for label engine inconsistencies for a set of layers and displays the dialog if necessary.
 

Field Detail

IID73fe63e8_700a_4bb3_04fe_fe9927eab23a

static final int IID73fe63e8_700a_4bb3_04fe_fe9927eab23a
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

checkForLabelEngine

void checkForLabelEngine(IMap map,
                         IArray layers,
                         int parentHWnd)
                         throws java.io.IOException,
                                AutomationException
Checks for label engine inconsistencies for a set of layers and displays the dialog if necessary.

Parameters:
map - A reference to a com.esri.arcgis.carto.IMap (in)
layers - A reference to a com.esri.arcgis.system.IArray (in)
parentHWnd - The parentHWnd (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.