AggregatingLayer.Aggregate Property
Gets or sets a value that determines whether the layer tries to aggregate visualization.
Syntax
public System.Boolean Aggregate { get; set; }
Property Value
Default: true
True to enable aggregation; otherwise, False.
Remarks
When this property is False the layer functions as a LayerSet except that convex hulls or networks will still be generated if either GenerateConvexHulls or GenerateNetworks is True.
Platforms
Windows, Linux, Android