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


mapLayer

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal mapLayer As MapLayer _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As MapLayerCollection
Dim mapLayer As MapLayer
Dim value As Integer
 
value = instance.Add(mapLayer)
C#  
public int Add( 
   MapLayer mapLayer
)

Parameters

mapLayer

See Also