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


mapLayer
The MapLayer to remove.
Removes a specified MapLayer from this collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal mapLayer As MapLayer _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapLayerCollection
Dim mapLayer As MapLayer
 
instance.Remove(mapLayer)
C# 
public void Remove( 
   MapLayer mapLayer
)

Parameters

mapLayer
The MapLayer to remove.

See Also

© 2010 All Rights Reserved.