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


IMaplexOverposterLayerProperties.MinimumSizeForLabeling Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.MinimumSizeForLabeling Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties.MinimumSizeForLabeling Property

Specifies a minimum size of a line or area feature for it to be labeled.

[Visual Basic .NET]
Public Property MinimumSizeForLabeling As Double
[C#]
public double MinimumSizeForLabeling {get; set;}
[C++]
HRESULT get_MinimumSizeForLabeling(
  System.Double* Size
);
[C++]
HRESULT put_MinimumSizeForLabeling(
  double Size
);
[C++]
Parameters
Size [out, retval]

Size is a parameter of type double* Size [in]
Size is a parameter of type double

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface