ESRI.ArcGIS.ADF.Web
FindTocLayer Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.