com.esri.arcgis.server
Interface IServerObjectTypeInfo3
- All Superinterfaces:
- IServerObjectTypeInfo, IServerObjectTypeInfo2, Serializable
- All Known Implementing Classes:
- IServerObjectTypeInfo3Proxy, ServerObjectTypeInfo
public interface IServerObjectTypeInfo3
- extends IServerObjectTypeInfo2, Serializable
Provides access to properties of a server object type.
Description
This interface is new at ArcGIS 9.3. It supersedes IServerObjectTypeInfo and IServerObjectTypeInfo2.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
int |
getConfigurationsLimit()
Limits the number of configurations that can be created of this server object type. |
getConfigurationsLimit
int getConfigurationsLimit()
throws IOException,
AutomationException
- Limits the number of configurations that can be created of this server object type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- The pVal
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.