User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_paramssection.minzoom

Table of Contents

TGIS_ParamsSection.MinZoom property

DK11 for .NET | TatukGIS.NDK.TGIS_ParamsSection.MinZoom | Constructors | Fields | Methods | Properties

Starting 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 | Java | ActiveX | Python.

Syntax

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

Value

Type
double
Double

Remarks

Unused on a shape level.

2022/11/30 19:26

Page Tools