ESRI.ArcGIS.ADF.IMS
DataFrameCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace : DataFrameCollection Class




A thread-safe collection of DataFrame objects.

Object Model

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
<SerializableAttribute()>
Public Class DataFrameCollection 
   Inherits ThreadSafeCollection
Visual Basic (Usage)Copy Code
Dim instance As DataFrameCollection
C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class DataFrameCollection : ThreadSafeCollection 

Example

For an example of accessing the DataFrameCollection of a LayoutView, see the LayoutView overview.

Remarks

This class allows access to the data frames in a layout. See LayoutView for discussion of the use of data frames and an example.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.ThreadSafeCollection
      ESRI.ArcGIS.ADF.IMS.Carto.DataFrameCollection

See Also

© 2010 All Rights Reserved.