User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.projectedextent

Table of Contents

ITGIS_Layer.ProjectedExtent property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.ProjectedExtent | Methods | Properties

Extent of the layer in projected units.

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

Syntax

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

Value

2022/11/16 01:09

Page Tools