User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramssection.maxzoom

Table of Contents

ITGIS_ParamsSection.MaxZoom property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsSection.MaxZoom | Methods | Properties

Ending 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 | Python.

Syntax

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

Value

Type
double
Double

Remarks

Unused on a shape level.

2022/11/30 19:09

Page Tools