AggregatingLayer.AggregateAttribute Property
Gets or sets the feature attribute whose value can override when or if a feature is hidden by the layer.
Syntax
public Atom AggregateAttribute { get; set; }
Property Value
The feature attribute whose value can override when or if a feature is hidden by the layer.
Remarks
In some situations you might want to prevent an AggregatingLayer from hiding a feature even though it overlaps something, or vice-versa you might want to make sure that some features are always hidden. This property allows you to override the behavior of the layer on a feature by feature basis and you use it like this:
Set AggregateAttribute to the name of a boolean feature attribute, for example #AGGREGATE.
If you want to make sure that a specific feature remains visible, assuming it is on the screen, you set the AGGREGATE attribute on its parent to False. In other words you specify that the parent will not aggregate its children.
If you want to make sure that a specific feature never displays its child features you set the AGGREGATE attribute on the feature to True which means that the feature will always aggregate its children.
Not setting the AGGREGATE attribute makes the layer behave according to the selected aggregation policy.
Platforms
Windows, Linux, Android