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


IGPSAWeightedOverlayTable.SumOfInfluences Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAWeightedOverlayTable Interface > IGPSAWeightedOverlayTable.SumOfInfluences Property
ArcGIS Developer Help

IGPSAWeightedOverlayTable.SumOfInfluences Property

The sum of percent influences of all elements in the overlay table.

[Visual Basic .NET]
Public ReadOnly Property SumOfInfluences As Integer
[C#]
public int SumOfInfluences {get;}
[C++]
HRESULT get_SumOfInfluences(
  System.Int32* SumOfInfluences
);
[C++]
Parameters
SumOfInfluences [out, retval]

SumOfInfluences is a parameter of type long*

Product Availability

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

See Also

IGPSAWeightedOverlayTable Interface