com.esri.arcgis.server
Interface IServerObjectType4
- All Superinterfaces:
- IServerObjectType, IServerObjectType2, IServerObjectType3, Serializable
- All Known Implementing Classes:
- IServerObjectType4Proxy, ServerObjectType
public interface IServerObjectType4
- extends IServerObjectType3, Serializable
Provides access to methods, for administrators, that control the behavior and properties of a server object type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setInfoByRef
void setInfoByRef(IPropertySet props)
throws IOException,
AutomationException
- Auxiliary information for the server objects type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
props
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getInfo
IPropertySet getInfo()
throws IOException,
AutomationException
- Auxiliary information for the server objects type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A reference to a com.esri.arcgis.system.IPropertySet
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.