User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserverlayerlist.item

Table of Contents

ITGIS_ArcGISFeatureServerLayerList.Item property

DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayerList.Item | Methods | Properties

Get item form the list.

Available also on: Python.

Syntax

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

Parameters

Name Type Description
_index int
Integer
index of the item to be retrieved.

Value

2025/01/31 01:03

Page Tools