This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties Interface > IMaplexOverposterLayerProperties.MinimumSizeForLabeling Property (ArcObjects .NET 10.4 SDK) |
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