This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties3 Interface > IMaplexOverposterLayerProperties3.AvoidPolygonHoles Property (ArcObjects .NET 10.4 SDK) |
Indicates whether labels should avoid holes in polygons.
[Visual Basic .NET] Public Property AvoidPolygonHoles As Boolean
[C#] public bool AvoidPolygonHoles {get; set;}
[C++]
HRESULT get_AvoidPolygonHoles(
VARIANT_BOOL* flag
);
[C++]
HRESULT put_AvoidPolygonHoles(
VARIANT_BOOL flag
);
[C++]
Parameters flag [out, retval] flag is a parameter of type VARIANT_BOOL flag [in] flag is a parameter of type VARIANT_BOOL