com.esri.arcgis.carto
Interface IMapBarriers2

All Superinterfaces:
Serializable
All Known Implementing Classes:
Map

public interface IMapBarriers2
extends Serializable

Provides access to members that control map barriers.

Product Availability

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


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

Method Detail

getBarriers3

IBarrierCollection getBarriers3(IEnvelope pExtent,
                                double scale,
                                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)
scale - The scale (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.