dotnetCHARTING Send comments on this topic.
Item Property
See Also 
dotnetCHARTING.Mapping Namespace > MapLayerCollection Class : Item Property


index
Gets or sets the object at a specified index.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As MapLayer
Visual Basic (Usage)Copy Code
Dim instance As MapLayerCollection
Dim index As Integer
Dim value As MapLayer
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public MapLayer this[ 
   int index
]; {get; set;}

Parameters

index

See Also

© 2010 All Rights Reserved.