ESRI.ArcGIS.ADF.Web
FindTocLayer(String) Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > TocLayer Class > FindTocLayer Method : FindTocLayer(String) Method




name
Name of the item to find.
Find the item in the collection with the given name.

Syntax

Visual Basic (Declaration) 
Public Overloads Function FindTocLayer( _
   ByVal name As String _
) As TocLayer
Visual Basic (Usage)Copy Code
Dim instance As TocLayer
Dim name As String
Dim value As TocLayer
 
value = instance.FindTocLayer(name)
C# 
public TocLayer FindTocLayer( 
   string name
)

Parameters

name
Name of the item to find.

Return Value

The item with the passed in name.

See Also

© 2010 All Rights Reserved.