ArcObjects Library Reference (Carto)  

IMapServer4.QueryHyperlinks Method

Returns a collection of Map Server Hyperlink objects for the specified layers. Only hyperlinks of visible layers are returned. If LayerIDs is Nothing/Null or empty, all layers are searched.

[Visual Basic .NET]
Public Function QueryHyperlinks ( _
    ByVal mapDesc As IMapDescription, _
    ByVal MapImage As IImageDisplay, _
    ByVal layerIds As ILongArray _
) As IMapServerHyperlinks
[C#]
public IMapServerHyperlinks QueryHyperlinks (
    IMapDescription mapDesc,
    IImageDisplay MapImage,
    ILongArray layerIds
);
[C++]
HRESULT QueryHyperlinks(
  IMapDescription* mapDesc,
  IImageDisplay* MapImage,
  ILongArray* layerIds,
  IMapServerHyperlinks** hyperlinks
);
[C++]

Parameters

mapDesc [in]

  mapDesc is a parameter of type IMapDescription

MapImage [in]

  MapImage is a parameter of type IImageDisplay

layerIds [in]

  layerIds is a parameter of type ILongArray

hyperlinks [out, retval]

  hyperlinks is a parameter of type IMapServerHyperlinks

Product Availability

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

See Also

IMapServer4 Interface