ArcObjects Library Reference (ArcMapUI)  

IAggregateOptions Interface

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.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Write-only property IsAverage Indicates if the average of all numeric fields in the join feature class is appended to the result.
Write-only property IsCount Indicates if the count of all numeric fields in the join feature class is appended to the result.
Write-only property IsMax Indicates if the maximum of all numeric fields in the join feature class is appended to the result.
Write-only property IsMin Indicates if the minimum of all numeric fields in the join feature class is appended to the result.
Write-only property IsStdDev Indicates if the standard deviation of all numeric fields in the join feature class is appended to the result.
Write-only property IsSum Indicates if the sum of all numeric fields in the join feature class is appended to the result.
Write-only property IsVar Indicates if the variance of all numeric fields in the join feature class is appended to the result.

CoClasses that implement IAggregateOptions

CoClasses and Classes Description
SpatialJoin Spatial Join two feature classes.