com.esri.arcgis.server
Interface IServerObjectHelper2
- All Superinterfaces:
- IServerObjectHelper, Serializable
- All Known Implementing Classes:
- IServerObjectHelper2Proxy
public interface IServerObjectHelper2
- extends IServerObjectHelper, Serializable
Provides access to a holder for a reference to a server object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getServerObjectProperty
IPropertySet getServerObjectProperty()
throws IOException,
AutomationException
- Server object property.
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.