This document is archived and information here might be outdated.  Recommended version.


IFeatureExportInfoGenerator.GenerateHyperlinkInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureExportInfoGenerator Interface > IFeatureExportInfoGenerator.GenerateHyperlinkInfo Method
ArcGIS Developer Help

IFeatureExportInfoGenerator.GenerateHyperlinkInfo Method

Generates export information (hyperlinks, hotlinks) for a feature into the display.

[Visual Basic .NET]
Public Sub GenerateHyperlinkInfo ( _
    ByVal Feature As IFeature, _
    ByVal Display As IDisplay _
)
[C#]
public void GenerateHyperlinkInfo (
    IFeature Feature,
    IDisplay Display
);
[C++]
HRESULT GenerateHyperlinkInfo(
  IFeature* Feature,
  IDisplay* Display
);
[C++]
Parameters
Feature [in]

Feature is a parameter of type IFeature* Display [in]
Display is a parameter of type IDisplay*

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface

.NET Samples

Multivariate renderer