AggregatingLayer.GenerateNetworks Property
Gets or sets a value that determines whether lines representing the hierarchical topography are generated.
Syntax
public System.Boolean GenerateNetworks { get; set; }
Property Value
Default: false
True to generate networks; otherwise, False.
Remarks
When this property is True the MemoryDataSet that contains the features aggregated by the layer will also return line features that represent the connections between a feature and its children.
Each generated line feature will also have two attributes that refer to the features at the end points:
networkParentId set to the value of the IdAttribute attribute of the parent feature the line is connected to.
networkChildId set to the value of the IdAttribute attribute of the child feature the line is connected to.
![]() |
Platforms
Windows, Linux, Android