ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
GetDataFrames Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceLocal Class : GetDataFrames Method




server
Name of the GIS server.
service
Name of the service.
Retrieves the names of the data frames in the map service.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDataFrames( _
   ByVal server As String, _
   ByVal service As String _
) As String()
Visual Basic (Usage)Copy Code
Dim server As String
Dim service As String
Dim value() As String
 
value = MapResourceLocal.GetDataFrames(server, service)
C# 
public static string[] GetDataFrames( 
   string server,
   string service
)

Parameters

server
Name of the GIS server.
service
Name of the service.

Return Value

Array of strings with names of the data frames.

See Also

© 2010 All Rights Reserved.