com.esri.arcgis.display
Interface IDisplayName

All Superinterfaces:
Serializable
All Known Implementing Classes:
ArrowMarkerSymbol, BalloonCallout, CartographicLineSymbol, CharacterMarker3DSymbol, CharacterMarkerSymbol, GradientFillSymbol, HashLineSymbol, IDisplayNameProxy, LineCallout, LineFillSymbol, Marker3DSymbol, MarkerFillSymbol, MarkerLineSymbol, MarkerTextBackground, PictureFillSymbol, PictureLineSymbol, PictureMarkerSymbol, SimpleFillSymbol, SimpleLine3DSymbol, SimpleLineCallout, SimpleLineDecorationElement, SimpleLineSymbol, SimpleMarker3DSymbol, SimpleMarkerSymbol, TextMarkerSymbol, TextSymbol, TextureFillSymbol, TextureLineSymbol

public interface IDisplayName
extends Serializable

Provides access to members that return the display name of an object.

Product Availability

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


Method Summary
 String getNameString()
          The display name of an object.
 

Method Detail

getNameString

String getNameString()
                     throws IOException,
                            AutomationException
The display name of an object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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