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


IVectorFieldRenderer.MaximumMagnitude Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRenderer Interface > IVectorFieldRenderer.MaximumMagnitude Property
ArcGIS Developer Help

IVectorFieldRenderer.MaximumMagnitude Property

The maximum magnitude value. By default, this value is calculated from the input. You may want to modify the maximum magnitude if the input does not have statistics calculated, or the input is U and V components. Tiles with magnitude greater than or equal to t.

[Visual Basic .NET]
Public Property MaximumMagnitude As Double
[C#]
public double MaximumMagnitude {get; set;}
[C++]
HRESULT get_MaximumMagnitude(
  System.Double* pValue
);
[C++]
HRESULT put_MaximumMagnitude(
  double pValue
);
[C++]
Parameters
pValue [out, retval]

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

Product Availability

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

See Also

IVectorFieldRenderer Interface