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




newItem
The Toc layer item to add.
Add a new item to the collection.

Syntax

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

Parameters

newItem
The Toc layer item to add.

See Also

© 2010 All Rights Reserved.