User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.restrictedextent

Table of Contents

IGIS_Viewer.RestrictedExtent property

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.RestrictedExtent | Methods | Properties

Restricted Map extent.

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

Syntax

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

Value

Remarks

Default value is GisWholeWorld.
Extent of the map will never be larger then RestrictedExtent.

2022/11/16 01:08

Page Tools