ESRI.ArcGIS.ADF.Web
FindTocLayer Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > TocDataFrame Class : FindTocLayer Method




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

Syntax

Visual Basic (Declaration) 
Public Function FindTocLayer( _
   ByVal id As Object _
) As TocLayer
Visual Basic (Usage)Copy Code
Dim instance As TocDataFrame
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.