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


IMapDescriptor.LabelBarriers Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapDescriptor.LabelBarriers Property

The barriers used for labeling.

[Visual Basic .NET]
Public Property LabelBarriers As IGeometryCollection
[C#]
public IGeometryCollection LabelBarriers {get; set;}
[C++]
HRESULT get_LabelBarriers(
  IGeometryCollection** Barriers
);
[C++]
HRESULT put_LabelBarriers(
  IGeometryCollection* Barriers
);
[C++]

Parameters Barriers [out, retval]
Barriers is a parameter of type IGeometryCollection Barriers [in]
Barriers is a parameter of type IGeometryCollection

Product Availability

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

See Also

IMapDescriptor Interface