ArcObjects Library Reference  (PublisherControls)    

IARPageLayout.HitTestMap Method

Returns the first map present in the page layout at the specified coordinates. If there isn't a map or the coordinates are not over a map, nothing will be returned.

[Visual Basic 6.0]
Function HitTestMap(
    ByVal x As Long, _
    ByVal y As Long _
) As IARMap
[Visual Basic .NET]
Public Function HitTestMap ( _
    ByVal x As Integer, _
    ByVal y As Integer _
) As ARMap
[C#]
public ARMap HitTestMap (
    int x,
    int y
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The HitTestMap method takes x and y screen coordinates supplied in pixels and returns the first ARMap it finds at the given location. The method returns nothing of no ARMap is found.

See Also

IARPageLayout Interface

 


Feedback Send feedback on this page