IMapView.HitTestShape

Syntax

HitTestShape(Point: IGxPointF): IMapTopobaseShape;

Parameters

Point. The point, in which a map area must be obtained.

Description

The HitTestShape method enables the user to get the map area at the specified point of the map.

Comments

On executing the HitTestShape method the system checks if the map area, graphical view of which is located in the Point area, is available. If the map area exists, the method returns its parameters, otherwise the method returns Null.

See also:

IMapView