com.esri.arcgis.server
Interface IServerObjectExtensionTypeInfo2

All Superinterfaces:
IServerObjectExtensionTypeInfo, Serializable
All Known Implementing Classes:
IServerObjectExtensionTypeInfo2Proxy, ServerObjectExtensionTypeInfo

public interface IServerObjectExtensionTypeInfo2
extends IServerObjectExtensionTypeInfo, Serializable

Provides access to the properties of a server object extentsion type.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDisplayName()
          Display name of the server object extension type.
 
Methods inherited from interface com.esri.arcgis.server.IServerObjectExtensionTypeInfo
getDescription, getName
 

Method Detail

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
Display name of the server object extension 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.