![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
LoadDataFrames Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Carto Namespace > InitializationParameters Class : LoadDataFrames Property |
Visual Basic (Declaration) | |
---|---|
Public Property LoadDataFrames As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As InitializationParameters Dim value As String instance.LoadDataFrames = value value = instance.LoadDataFrames |
C# | |
---|---|
public string LoadDataFrames {get; set;} |
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family