ESRI.ArcGIS.ADF.IMS
Add Method
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > DataFrameCollection Class : Add Method




df
DataFrame to be added to the collection.
Adds a DataFrame to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal df As DataFrame _
) 
Visual Basic (Usage)Copy Code
Dim instance As DataFrameCollection
Dim df As DataFrame
 
instance.Add(df)
C# 
public void Add( 
   DataFrame df
)

Parameters

df
DataFrame to be added to the collection.

Remarks

You should normally not need to use this method. Data frame collections are read-only for purposes of drawing a LayoutView.

See Also

© 2010 All Rights Reserved.