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




item
Item to remove.
Remove the item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As TocLayer _
) 
Visual Basic (Usage)Copy Code
Dim instance As TocDataFrame
Dim item As TocLayer
 
instance.Remove(item)
C# 
public void Remove( 
   TocLayer item
)

Parameters

item
Item to remove.

See Also

© 2010 All Rights Reserved.