User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.layer

Table of Contents

ITGIS_Shape.Layer property

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

Gets or sets the parent vector layer that owns the shape.

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

Syntax

// C#
public TGIS_LayerVector Layer
{
  get {}
  set {}
}
' VisualBasic
Public Property Layer As TGIS_LayerVector
  Get
  End Get
  Set(ByVal value As TGIS_LayerVector)
  End Set
End Property
// Oxygene
public
  property Layer : TGIS_LayerVector read read;

Value

Remarks

PURPOSE: Connects the shape to its vector layer so it can access layer-level context such as fields, styling, coordinate system information, and rendering behavior.

BEHAVIOR: References the owning TGIS_LayerVector instance. When assigned, the shape can resolve layer-managed properties and participate in layer workflows.

CONSTRAINTS: May be nil for standalone shapes. Ownership and lifetime are managed by the layer framework.

2026/07/11 00:14

Page Tools