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


IWeightedOverlayFunctionArguments.Influences Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IW > IWeightedOverlayFunctionArguments Interface > IWeightedOverlayFunctionArguments.Influences Property
ArcGIS Developer Help

IWeightedOverlayFunctionArguments.Influences Property

.

[Visual Basic .NET]
Public Property Influences As IDoubleArray
[C#]
public IDoubleArray Influences {get; set;}
[C++]
HRESULT get_Influences(
  IDoubleArray** ppInfluences
);
[C++]
Parameters
ppInfluences [out, retval]

ppInfluences is a parameter of type IDoubleArray**

Product Availability

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

See Also

IWeightedOverlayFunctionArguments Interface