An enumerator over all the GIS server's ServerObjectTypeInfos.
[Visual Basic 6.0] Function GetTypeInfos As IEnumServerObjectTypeInfo
[Visual Basic .NET] Public Function GetTypeInfos ( _ ) As IEnumServerObjectTypeInfo
[C#] public IEnumServerObjectTypeInfo GetTypeInfos ( );
[Java] public IEnumServerObjectTypeInfo getTypeInfos ( ) throws IOException, AutomationException
[C++] HRESULT GetTypeInfos( IEnumServerObjectTypeInfo** infos );
Returns and enumeration of server object types in the server as ServerObjectTypeInfo objects. These Info objects provide information about the server object types required to make use of them in an application. Additional information about server object types in the server can be accessed using the IServerObjectAdmin interface.