User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewerwnd.visibleextent

Table of Contents

TGIS_ViewerWnd.VisibleExtent property

DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.VisibleExtent | Constructors | Methods | Properties | Events | Events

Extent of the map that is visible in the window. On setting an optimal zoom will be calculated.

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

Syntax

# Python
@property
def VisibleExtent(
  self
) -> tatukgis.pdk.TGIS_Extent: 
 
@VisibleExtent.setter
def VisibleExtent(
  self
  _value: tatukgis.pdk.TGIS_Extent
) -> None: 

Value

2022/11/30 16:05

Page Tools