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


IGPSAUtil.GetTrendEnum Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetTrendEnum Method

Gets Trend Enum.

[Visual Basic .NET]
Public Function GetTrendEnum ( _
    ByVal name As String _
) As esriGeoAnalysisTrendEnum
[C#]
public esriGeoAnalysisTrendEnum GetTrendEnum (
    string name
);
[C++]
HRESULT GetTrendEnum(
  BSTR name
);
[C++]

Parameters name
name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAUtil Interface