ADF.Web.DataSources.ArcGISServer.Local
GetDataFrames(String,String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapResourceLocal Class : GetDataFrames(String,String) 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.

Requirements

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

See Also

© 2011 All Rights Reserved.