com.esri.arcgis.carto
Interface IServiceLayerCredits

All Superinterfaces:
Serializable
All Known Implementing Classes:
Map, PageLayout

public interface IServiceLayerCredits
extends Serializable

Get the service layer credits text.

Product Availability

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


Method Summary
 String getServiceLayerCreditsText(String separator)
          Get the service layer credits text.
 

Method Detail

getServiceLayerCreditsText

String getServiceLayerCreditsText(String separator)
                                  throws IOException,
                                         AutomationException
Get the service layer credits text.

Product Availability

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

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