com.esri.arcgis.carto
Interface esriHyperlinkType

All Superinterfaces:
Serializable

public interface esriHyperlinkType
extends Serializable

Hyperlink type.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriHyperlinkTypeDocument
          Document hyperlink type.
static int esriHyperlinkTypeMacro
          Macro hyperlink type.
static int esriHyperlinkTypeScript
          Script hyperlink type.
static int esriHyperlinkTypeURL
          URL hyperlink type.
 

Field Detail

esriHyperlinkTypeDocument

static final int esriHyperlinkTypeDocument
Document hyperlink type.

See Also:
Constant Field Values

esriHyperlinkTypeURL

static final int esriHyperlinkTypeURL
URL hyperlink type.

See Also:
Constant Field Values

esriHyperlinkTypeMacro

static final int esriHyperlinkTypeMacro
Macro hyperlink type. (Deprecated)

See Also:
Constant Field Values

esriHyperlinkTypeScript

static final int esriHyperlinkTypeScript
Script hyperlink type.

See Also:
Constant Field Values