User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.level

Table of Contents

IGIS_Viewer.Level property

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

Sets and gets zoom level for a viewer.

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

Syntax

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

Value

Type
double
Double

Remarks

Zoom level is an alternative for a Scale property. It is commonly used in web maps in Web Mercator projection (EPSG: 3857), but can be used with any coordinate system.

2025/01/31 01:03

Page Tools