DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Layer | Methods | Properties
Reference to the parent vector layer that hosts this aggregator.
// C# public TGIS_LayerVector Layer { get {} }
' VisualBasic Public Property Layer As TGIS_LayerVector Get End Get End Property
// Oxygene public property Layer : TGIS_LayerVector read;
| Type |
|---|
| TGIS_LayerVector |
PURPOSE: Provide access to the TGIS_LayerVector instance on which aggregation operates, including its shapes, extent, and attribute data.
BEHAVIOR: Read-only property initialized when the aggregator is created or copied for a target layer. The returned layer supplies the source shapes used during aggregation.
CONSTRAINTS: Read-only. The referenced layer must remain valid while the aggregator is in use.