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


IGPSAWeightedOverlayTable Interface (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
ArcGIS Developer Help

IGPSAWeightedOverlayTable Interface

Provides access to WeightedOverlayTable control for GP Spatial Analyst.

Product Availability

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

Members

Name Description
Method AddRecord Adds a record to the overlay table.
Method Clear Clears the overlay table.
Read-only property Count The number of records in the overlay table.
Method DeleteRecord Removes a record from the overlay table.
Method GetEvaluationScale Get the evaluation scale used by the overlay table.
Method GetValue Returns a column value from the overlay table.
Method SetValue Sets a column value in the overlay table.
Read-only property SumOfInfluences The sum of percent influences of all elements in the overlay table.
Method Transform Performs a transform between the current and previous scale lists.

Classes that implement IGPSAWeightedOverlayTable

Classes Description
GPSAWeightedOverlayTable GeoProcessor Spatial Analyst WeightedOverlayTable object.