This document is archived and information here might be outdated. Recommended version. |
The calculation method that will be used for resampling dataThe 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 .
[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