This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRenderer Interface > IVectorFieldRenderer.MaximumSymbolSize Property (ArcObjects .NET 10.4 SDK) |
The maximum symbol size. It is specified as a percentage of the tile.
[Visual Basic .NET] Public Property MaximumSymbolSize As Double
[C#] public double MaximumSymbolSize {get; set;}
[C++]
HRESULT get_MaximumSymbolSize(
double* pValue
);
[C++]
HRESULT put_MaximumSymbolSize(
double pValue
);
[C++]
Parameters pValue [out, retval] pValue is a parameter of type double pValue [in] pValue is a parameter of type double