User Tools

Site Tools


api:dk11:python:tatukgis.pdk.igis_viewer.scale

Table of Contents

IGIS_Viewer.Scale property

DK11 for Python | tatukgis.pdk.IGIS_Viewer.Scale | Methods | Properties

Setting up and reading the scale factor.

Available also on: Delphi | ActiveX.

Syntax

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

Value

Type
float

Remarks

same as ScaleAsFloat
Be sure to set up properly coordinate system.

2023/08/09 01:51

Page Tools