Skip to main content
A newer version of this page is available. .

MapHitInfo.HitObjects Property

Gets a collection of objects which represent all map visual elements located under the test point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public object[] HitObjects { get; }

Property Value

Type Description
Object[]

A collection of Objects which represent all map elements under the test point.

Remarks

Use the HitObjects property to access all map elements located under the test point.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HitObjects property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also