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




name
Gets the DataFrame with the given Name in the collection.

Syntax

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

Parameters

name

See Also

© 2010 All Rights Reserved.