User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.visibleextent

Table of Contents

IGIS_Viewer.VisibleExtent property

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.VisibleExtent | Methods | Properties

Extent of the map visible in the window.

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

Syntax

// C#
public TGIS_Extent VisibleExtent
{
  get {}
  set {}
}
' VisualBasic
Public Property VisibleExtent As TGIS_Extent
  Get
  End Get
  Set(ByVal value As TGIS_Extent)
  End Set
End Property
// Oxygene
public
  property VisibleExtent : TGIS_Extent read read;

Value

Remarks

When set, an optimal zoom is calculated automatically.

2026/07/11 00:07

Page Tools