User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.addition

Table of Contents

TGIS_Layer.Addition property

DK11 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).

2023/08/09 01:53

Page Tools