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


IMaplexOverposterLayerProperties.MinimumSizeForLabeling Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  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