com.esri.arcgis.carto
Interface IMapBarriers

All Superinterfaces:
Serializable
All Known Implementing Classes:
Map

public interface IMapBarriers
extends Serializable

Provides access to members that control map barriers.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IBarrierCollection getBarriers2(IEnvelope pExtent, ITrackCancel pTrackCancel)
          The list of barriers and their weight for labeling.
 

Method Detail

getBarriers2

IBarrierCollection getBarriers2(IEnvelope pExtent,
                                ITrackCancel pTrackCancel)
                                throws IOException,
                                       AutomationException
The list of barriers and their weight for labeling.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
A reference to a com.esri.arcgis.carto.IBarrierCollection
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.