This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectAdmin Interface > IServerObjectAdmin.GetTypes Method (ArcObjects .NET 10.4 SDK) |
An enumerator over all the server object types.
[Visual Basic .NET] Public Function GetTypes ( _ ) As IEnumServerObjectType
[C#] public IEnumServerObjectType GetTypes ( );
[C++]
HRESULT GetTypes(
IEnumServerObjectType** ppTypes
);
[C++]
Parameters ppTypes [out, retval]
ppTypes is a parameter of type IEnumServerObjectType
The GetTypes methid returns an enumeration of the server object types that are installed in the GIS Server. By default, the MapServer and GeocodeServer object types are installed in the server.