This document is archived and information here might be outdated. Recommended version. |
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