com.esri.arcgis.carto
Interface IHotlinkMacro

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IHotlinkMacroProxy, IMSSubFeatureLayer

public interface IHotlinkMacro
extends Serializable

Provides access to members that control a hyperlink that calls a macro.

Product Availability

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


Method Summary
 String getMacroName()
          Name of macro used for the hotlink.
 void setMacroName(String name)
          Name of macro used for the hotlink.
 

Method Detail

getMacroName

String getMacroName()
                    throws IOException,
                           AutomationException
Name of macro used for the hotlink.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

setMacroName

void setMacroName(String name)
                  throws IOException,
                         AutomationException
Name of macro used for the hotlink.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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