This document is archived and information here might be outdated. Recommended version. |
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
);
[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*