This document is archived and information here might be outdated. Recommended version. |
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*