com.esri.arcgis.geodatabase
Interface IWorkspaceProperties2

All Superinterfaces:
IWorkspaceProperties, Serializable
All Known Implementing Classes:
IWorkspaceProperties2Proxy

public interface IWorkspaceProperties2
extends IWorkspaceProperties, Serializable

Provides access to members that control the workspace properties.

Product Availability

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


Method Summary
 String getCategoryPrefix()
          Information about this particular property.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IWorkspaceProperties
getProperty, setProperty
 

Method Detail

getCategoryPrefix

String getCategoryPrefix()
                         throws IOException,
                                AutomationException
Information about this particular property.

Description

Returns a string representation of the workspace type. For example:

Product Availability

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

Returns:
The prefix
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.