ESRI.ArcGIS.ADF.IMS
LoadDataFrames Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > InitializationParameters Class : LoadDataFrames Property




Gets or sets a property that specifies the DataFrames you want information for. Use #ALL# to load all DataFrames.

Syntax

Visual Basic (Declaration) 
Public Property LoadDataFrames As String
Visual Basic (Usage)Copy Code
Dim instance As InitializationParameters
Dim value As String
 
instance.LoadDataFrames = value
 
value = instance.LoadDataFrames
C# 
public string LoadDataFrames {get; set;}

Example

For an example, see the InitializationParameters overview.

Remarks

ArcMap image services have one or more data frames, corresponding to the data frames in the ArcMap document. These data frames can contain different map layers, spatial references (coordinate systems/datums) and spatial extents.

To set this property, use the name of the data frame you want to load information for. To load all data frames, use the value #ALL#. Multiple individual data frames may be loaded by listing the names in the string, separated by a semicolon. If no value is set, the default data frame will be returned.

This property has no effect with standard image services.

See Also

© 2010 All Rights Reserved.