User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_layer.addition

Table of Contents

TGIS_Layer.Addition property

DK for Python | tatukgis_pdk.TGIS_Layer.Addition | Constructors | Methods | Properties | Events | Events

Additional value.

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

Syntax

# Python
@property
def Addition(
  self
) -> int: 
 
@Addition.setter
def Addition(
  self,
  _value: int
) -> None: 

Value

Type
int

Remarks

  • If, 0 then Transparency will be used as transparent value
  • If <> 0, then means: (output = output * Transparency/100 + layer * Addition/100).

2025/01/31 01:20

Page Tools