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


IFeatureExportInfoGenerator.HyperlinkContainer Property (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.HyperlinkContainer Property
ArcGIS Developer Help

IFeatureExportInfoGenerator.HyperlinkContainer Property

The hyperlink container.

[Visual Basic .NET]
Public WriteOnly Property HyperlinkContainer
[C#]
public void HyperlinkContainer {set;}
[C++]
HRESULT putref_HyperlinkContainer(
  IHyperlinkContainer* 
);
[C++]
Parameters
 [in]

is a parameter of type IHyperlinkContainer*

Product Availability

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

See Also

IFeatureExportInfoGenerator Interface