IMapTerritoryInfo.HitTestShape

Syntax

HitTestShape(Point: IGxPointF): IMapTopobaseShape;

Parameters

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

Description

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

Comments

On executing the HitTestShape method, the system checks if the map area, graphical name 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:

IMapTerritoryInfo