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




id
ID of the item to find.
Find the item in the collection with the given ID.

Syntax

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

Parameters

id
ID of the item to find.

Return Value

The item with the passed in ID.

See Also

© 2010 All Rights Reserved.