This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IA > IAggregateOptions Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that allows you to specify the types of aggregation that will be applied to all numeric fields during an aggregate spatial join.
Description | ||
---|---|---|
IsAverage | Indicates if the average of all numeric fields in the join feature class is appended to the result. | |
IsCount | Indicates if the count of all numeric fields in the join feature class is appended to the result. | |
IsMax | Indicates if the maximum of all numeric fields in the join feature class is appended to the result. | |
IsMin | Indicates if the minimum of all numeric fields in the join feature class is appended to the result. | |
IsStdDev | Indicates if the standard deviation of all numeric fields in the join feature class is appended to the result. | |
IsSum | Indicates if the sum of all numeric fields in the join feature class is appended to the result. | |
IsVar | Indicates if the variance of all numeric fields in the join feature class is appended to the result. |
CoClasses and Classes | Description |
---|---|
SpatialJoin | Spatial Join two feature classes. |