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


ITrendFunctionArguments.PlaneParameters Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITrendFunctionArguments Interface > ITrendFunctionArguments.PlaneParameters Property
ArcGIS Developer Help

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