User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.params

Table of Contents

TGIS_LayerVector.Params property

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.Params | Constructors | Methods | Properties | Events | Events

Returns parameters (colors, fills, etc.) object.

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

Syntax

# Python
@property
def Params(
  self
) -> tatukgis.pdk.TGIS_ParamsSectionVector: 
 
@Params.setter
def Params(
  self
  _value: tatukgis.pdk.TGIS_ParamsSectionVector
) -> None: 

Value

Remarks

If object was not allocated then Layer level parameters will be returned.

See AddShape for example.

References

2022/11/30 16:02

Page Tools