User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_paramssection.minzoom

Table of Contents

TGIS_ParamsSection.MinZoom property

DK11 for Python | tatukgis.pdk.TGIS_ParamsSection.MinZoom | Constructors | Methods | Properties

Starting visibility zoom; if positive, then value refers to pixels; If negative then value refers to twips (1/1440 of inch). Zoom must be in MinZoom..MaxZoom to make the layer visible. See also MaxLevel or MaxScale.

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

Syntax

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

Value

Type
float

Remarks

Unused on a shape level.

2023/08/09 01:57

Page Tools