DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Layer | Methods | Properties
Gets or sets the parent vector layer that owns the shape.
// 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;
| Type |
|---|
| TGIS_LayerVector |
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.