dotnetCHARTING Send comments on this topic.
Add(MapLayerCollection) Method
See Also 
dotnetCHARTING.Mapping Namespace > MapLayerCollection Class > Add Method : Add(MapLayerCollection) Method


mapLayerCollection
The LayerCollection to add.
Adds a specified LayerCollection to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal mapLayerCollection As MapLayerCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapLayerCollection
Dim mapLayerCollection As MapLayerCollection
 
instance.Add(mapLayerCollection)
C# 
public void Add( 
   MapLayerCollection mapLayerCollection
)

Parameters

mapLayerCollection
The LayerCollection to add.

See Also

© 2010 All Rights Reserved.