This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IW > IWeightedSumFunctionArguments Interface > IWeightedSumFunctionArguments.Weights Property (ArcObjects .NET 10.4 SDK) |
.
[Visual Basic .NET] Public Property Weights As IDoubleArray
[C#] public IDoubleArray Weights {get; set;}
[C++]
HRESULT get_Weights(
IDoubleArray** ppWeights
);
[C++]
HRESULT putref_Weights(
IDoubleArray* ppWeights
);
[C++]
Parameters ppWeights [out, retval]
ppWeights is a parameter of type IDoubleArray ppWeights [in]
ppWeights is a parameter of type IDoubleArray