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




index
Index of the data frame.
Gets a DataFrame from a given index in the collection.

Syntax

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

Parameters

index
Index of the data frame.

Remarks

Use this method to access data frames within a LayoutView. The index is zero-based.

See Also

© 2010 All Rights Reserved.