Gets the names of the data frames in a map service.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim server As String
Dim service As String
Dim identity As String
Dim defaultDataFrame As String
Dim value() As String
value = MapResourceBase.GetDataFrames(server, service, identity, defaultDataFrame) |
Parameters
- server
- Server data source.
- service
- Name of the map service.
- identity
- Identity authorized for the server and service.
- defaultDataFrame
- Output parameter: name of the default data frame.
Return Value
Array of strings with names of data frames in the service.
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