ESRI.ArcGIS.ADF.Web
GetTocLayer Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > TocLayer Class : GetTocLayer Method




index
The item at the given index in the collection.

Syntax

Visual Basic (Declaration) 
Public Function GetTocLayer( _
   ByVal index As Integer _
) As TocLayer
Visual Basic (Usage)Copy Code
Dim instance As TocLayer
Dim index As Integer
Dim value As TocLayer
 
value = instance.GetTocLayer(index)
C# 
public TocLayer GetTocLayer( 
   int index
)

Parameters

index

See Also

© 2010 All Rights Reserved.