This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.GetServerInfo Method (ArcObjects .NET 10.4 SDK) |
Returns information about a map (data frame).
[Visual Basic .NET] Public Function GetServerInfo ( _ ByVal MapName As String _ ) As IMapServerInfo
[C#] public IMapServerInfo GetServerInfo ( string MapName );
[C++]
HRESULT GetServerInfo(
BSTR MapName,
IMapServerInfo** serverInfo
);
[C++]
Parameters MapName [in] MapName is a parameter of type BSTR serverInfo [out, retval]
serverInfo is a parameter of type IMapServerInfo