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


IVectorFieldRenderer.CalculationMethod 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.CalculationMethod Property
ArcGIS Developer Help

IVectorFieldRenderer.CalculationMethod Property

The calculation method used for resampling data.The calculation method is used to determine how to calculate the magnitude and direction of the vector symbol.The following are the valid calculation methods:Vector Average: computes the average of U and V equiva.

[Visual Basic .NET]
Public Property CalculationMethod As String
[C#]
public string CalculationMethod {get; set;}
[C++]
HRESULT get_CalculationMethod(
  System.String* pMethod
);
[C++]
HRESULT put_CalculationMethod(
  BSTR pMethod
);
[C++]
Parameters
pMethod [out, retval]

pMethod is a parameter of type BSTR* pMethod [in]
pMethod is a parameter of type BSTR

Product Availability

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

See Also

IVectorFieldRenderer Interface