ESRI.ArcGIS.ADF.Web
Find Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > TocSymbolGroup Class : Find Method




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

Syntax

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

Parameters

name
Label of the item to find.

Return Value

The item with the passed in name.

See Also

© 2010 All Rights Reserved.