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