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


mapLayer
The MapLayer to find.
Determines index of a specified MapLayer in this collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   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.IndexOf(mapLayer)
C# 
public int IndexOf( 
   MapLayer mapLayer
)

Parameters

mapLayer
The MapLayer to find.

Return Value

The zero-based index of the specified MapLayer.

See Also

© 2010 All Rights Reserved.