User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewer.scale

Table of Contents

IGIS_Viewer.Scale property

Setting up and reading the scale factor.

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.

2026/08/30 01:11

Page Tools