ArcObjects Library Reference (DataSourcesRaster)  

ITrendFunctionArguments.PlaneParameters Property

The plane trend surface parameters.

[Visual Basic .NET]
Public Property PlaneParameters As IDoubleArray
[C#]
public IDoubleArray PlaneParameters {get; set;}
[C++]
HRESULT get_PlaneParameters(
  IDoubleArray** ppParameters
);
[C++]
HRESULT putref_PlaneParameters(
  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