com.esri.arcgis.cartoUI
Interface ILabelEngineChecker
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- LabelEngineChecker
public interface ILabelEngineChecker
- extends Serializable
Provides basic map access to members that check for label engine inconsistencies.
Product Availability
Available with ArcGIS Desktop.
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. |
checkForLabelEngine
void checkForLabelEngine(IMap map,
IArray layers,
int parentHWnd)
throws IOException,
AutomationException
- Checks for label engine inconsistencies for a set of layers and displays the dialog if necessary.
Product Availability
Available with ArcGIS Desktop.
- 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:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.