This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapDescriptor Interface > IMapDescriptor.LabelBarriers Property (ArcObjects .NET 10.4 SDK) |
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