This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposterLayerProperties2 Interface > IOverposterLayerProperties2.IsBarrier Property (ArcObjects .NET 10.5 SDK) |
Indicates if features are treated as barriers to label/symbol placement.
[Visual Basic .NET] Public Property IsBarrier As Boolean
[C#] public bool IsBarrier {get; set;}
[C++]
HRESULT get_IsBarrier(
VARIANT_BOOL* IsBarrier
);
[C++]
HRESULT put_IsBarrier(
VARIANT_BOOL IsBarrier
);
[C++]
Parameters IsBarrier [out, retval] IsBarrier is a parameter of type VARIANT_BOOL IsBarrier [in] IsBarrier is a parameter of type VARIANT_BOOL