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


ITrendFunctionArguments.CurveParameters Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ITrendFunctionArguments.CurveParameters Property

The simple curve trend surface parameters.

[Visual Basic .NET]
Public Property CurveParameters As IDoubleArray
[C#]
public IDoubleArray CurveParameters {get; set;}
[C++]
HRESULT get_CurveParameters(
  IDoubleArray** ppParameters
);
[C++]
HRESULT putref_CurveParameters(
  IDoubleArray* ppParameters
);
[C++]

Parameters ppParameters [out, retval]
ppParameters is a parameter of type IDoubleArray ppParameters [in]
ppParameters is a parameter of type IDoubleArray

Product Availability

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

See Also

ITrendFunctionArguments Interface