This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.QueryHyperlinks Method (ArcObjects .NET 10.4 SDK) |
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