User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchygroup.layers

Table of Contents

IGIS_HierarchyGroup.Layers property

DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup.Layers | Methods | Properties

Get layer by index.

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

Syntax

// C#
public TGIS_LayerAbstract Layers[_index int]
{
  get {}
}
' VisualBasic
Public Property Layers(ByVal  _index As Integer] As TGIS_LayerAbstract
  Get
  End Get
End Property
// Oxygene
public
  property Layers[ _index : Integer ] : TGIS_LayerAbstract read;

Parameters

Name Type Description
_index int
Integer
group index

Value

2025/01/31 01:03

Page Tools