User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.extent

Table of Contents

TGIS_Layer.Extent property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Extent | Constructors | Fields | Methods | Properties | Events

Extent of the layer.

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

Syntax

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

Value

2022/11/16 01:31

Page Tools