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


IGPSAWeightedOverlayTable.SumOfInfluences Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

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(
  long* 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