This document is archived and information here might be outdated.  Recommended version.


IMapBarriers2.Barriers3 Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapBarriers2.Barriers3 Property

The list of barriers and their weight for labeling.

[Visual Basic .NET]
Public Function get_Barriers3 ( _
    ByVal pExtent As IEnvelope, _
    ByVal Scale As Double, _
    ByVal pTrackCancel As ITrackCancel _
) As IBarrierCollection
[C#]
public IBarrierCollection get_Barriers3 (
    IEnvelope pExtent,
    double Scale,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT get_Barriers3(
  IEnvelope* pExtent,
  double Scale,
  ITrackCancel* pTrackCancel,
  IBarrierCollection** Barriers
);
[C++]

Parameters pExtent
pExtent is a parameter of type IEnvelope Scale [in] Scale is a parameter of type double pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel Barriers [out, retval]
Barriers is a parameter of type IBarrierCollection

Product Availability

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

See Also

IMapBarriers2 Interface