User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.sublayers

Table of Contents

ITGIS_Layer.SubLayers property

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

List of sublayers belonging to the layer. Used for internal presentation of fake layers in some formats on the legend.

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

Syntax

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

Value

2022/11/16 01:09

Page Tools