User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_paramssection.maxzoom

Table of Contents

TGIS_ParamsSection.MaxZoom property

DK11 for Java | tatukgis.jdk.TGIS_ParamsSection.MaxZoom | Constructors | Fields | 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 | ActiveX | Python.

Syntax

// Java
public double getMaxZoom();
 
public void setMaxZoom(
  double _value
);
// Oxygene
public
  property MaxZoom : Double read write;

Value

Type
double
Double

Remarks

Unused on a shape level.

2024/12/20 22:26

Page Tools