User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.params

Table of Contents

TGIS_LayerVector.Params property

DK for Delphi | GisLayerVector.TGIS_LayerVector.Params | Constructors | Fields | Methods | Properties | Events | Events

Returns the vector rendering parameters object for the layer.

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

Syntax

// Delphi
public
  property Params : TGIS_ParamsSectionVector read write;
// C++ Builder
public:
  __property TGIS_ParamsSectionVector* Params = {read, write};

Value

Remarks

PURPOSE: Provide access to layer-level rendering parameters such as colors, line styles, fill styles, labeling, and other vector display settings.

BEHAVIOR: If a dedicated parameters object has not been allocated for the layer, the inherited layer-level parameters are returned instead.

References

2026/07/11 00:38

Page Tools