ESRI.ArcGIS.ADF.IMS
Item(String) Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > LayerCollection Class > Item Property : Item(String) Property




id
Gets the layer that has a given ID in the collection.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal id As String _
) As Layer
Visual Basic (Usage)Copy Code
Dim instance As LayerCollection
Dim id As String
Dim value As Layer
 
value = instance.Item(id)
C# 
public Layer Item( 
   string id
) {get;}

Parameters

id

See Also

© 2010 All Rights Reserved.