User Tools

Site Tools


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

Table of Contents

TGIS_Layer.SubLayers property

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

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

Available also on: Delphi | Java | ActiveX | 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

Type
TObjectList<TGIS_LayerAbstract>
TGIS_LayerAbstractList
2022/11/16 01:31

Page Tools