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


mapLayer
The MapLayer to find.
Determines whether this collection contains a specified MapLayer.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal mapLayer As MapLayer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapLayerCollection
Dim mapLayer As MapLayer
Dim value As Boolean
 
value = instance.Contains(mapLayer)
C# 
public bool Contains( 
   MapLayer mapLayer
)

Parameters

mapLayer
The MapLayer to find.

Return Value

true if the specified MapLayer belongs to this collection; otherwise, false.

See Also

© 2010 All Rights Reserved.