This document is archived and information here might be outdated. Recommended version. |
An enumerator over all the GIS server's ServerObjectTypeInfos.
[Visual Basic .NET] Public Function GetTypeInfos ( _ ) As IEnumServerObjectTypeInfo
[C#] public IEnumServerObjectTypeInfo GetTypeInfos ( );
[C++]
HRESULT GetTypeInfos(
void
);
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.