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


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

IVectorFieldRendererFunctionArguments.MinimumMagnitude Property

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

[Visual Basic .NET]
Public Property MinimumMagnitude As Double
[C#]
public double MinimumMagnitude {get; set;}
[C++]
HRESULT get_MinimumMagnitude(
  System.Double* pValue
);
[C++]
HRESULT put_MinimumMagnitude(
  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

IVectorFieldRendererFunctionArguments Interface