DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup.Layers | Methods | Properties
Get layer by index.
// 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;
Name | Type | Description |
---|---|---|
_index | int Integer | group index |
Type |
---|
TGIS_LayerAbstract |