com.esri.arcgis.catalog
Interface IGxDisplayName

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxDiskConnection, GxWorkspaceFolder

public interface IGxDisplayName
extends Serializable

Provides access to the display name of GxObjects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getDisplayName()
          The display name of the object.
 void setDisplayName(String displayName)
          The display name of the object.
 

Method Detail

getDisplayName

String getDisplayName()
                      throws IOException,
                             AutomationException
The display name of the object.

Product Availability

Available with ArcGIS Desktop.

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

setDisplayName

void setDisplayName(String displayName)
                    throws IOException,
                           AutomationException
The display name of the object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
displayName - The displayName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.