ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetDataFrames(String) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceInternet Class > GetDataFrames Method : GetDataFrames(String) Method




resourceUrl
URL of the resource, e.g., http://myserver.example.com/arcgis/services/MyService/MapServer.
Obtains the names of the data frames in the map resource.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function GetDataFrames( _
   ByVal resourceUrl As String _
) As String()
Visual Basic (Usage)Copy Code
Dim resourceUrl As String
Dim value() As String
 
value = MapResourceInternet.GetDataFrames(resourceUrl)
C# 
public static string[] GetDataFrames( 
   string resourceUrl
)

Parameters

resourceUrl
URL of the resource, e.g., http://myserver.example.com/arcgis/services/MyService/MapServer.

Return Value

Array of names of the data frames.

Remarks

If the map resource requires an identity (username/password), use the overloaded form of this method.

See Also

© 2010 All Rights Reserved.