ESRI.ArcGIS.ADF.Web
AddTocLayer Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > TocLayer Class : AddTocLayer Method




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

Syntax

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

Parameters

newItem
The item to add.

See Also

© 2010 All Rights Reserved.