User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.layer

Table of Contents

ITGIS_DynamicAggregatorAbstract.Layer property

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Layer | Methods | Properties

Reference to the parent vector layer that hosts this aggregator.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Value

Remarks

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.

2026/07/11 00:10

Page Tools