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


IWeightedSumFunctionArguments.Fields Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IWeightedSumFunctionArguments.Fields Property

.

[Visual Basic .NET]
Public Property Fields As IStringArray
[C#]
public IStringArray Fields {get; set;}
[C++]
HRESULT get_Fields(
  IStringArray** ppFields
);
[C++]
HRESULT putref_Fields(
  IStringArray* ppFields
);
[C++]

Parameters ppFields [out, retval]
ppFields is a parameter of type IStringArray ppFields [in]
ppFields is a parameter of type IStringArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IWeightedSumFunctionArguments Interface