This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > ITrendFunctionArguments Interface > ITrendFunctionArguments.PlaneParameters Property (ArcObjects .NET 10.5 SDK) |
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