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


IOverposterLayerProperties.IsBarrier Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IOverposterLayerProperties.IsBarrier Property

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

Product Availability

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

See Also

IOverposterLayerProperties Interface