User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.params

Table of Contents

TGIS_Shape.Params property

DK11 for Delphi | GisLayerVector.TGIS_Shape.Params | Constructors | Fields | Methods | Properties

Returns parameters (colors, fills etc) object. If object was not allocated then Layer level parameters will be returned.

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

  • The parameters are valid and resolved only during the rendering process (must evaluate the sections based on the viewer current scale).
  • Returned object represents the last used section from the parameters list.

References

2022/11/16 01:22

Page Tools