LayerElementCollectionGetByPolygon Method |
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic IEnumerable<LayerElement> GetByPolygon(
PointArray points,
HitTestMode hitTestMode
)
Public Function GetByPolygon (
points As PointArray,
hitTestMode As HitTestMode
) As IEnumerable(Of LayerElement)
Parameters
- points PointArray
-
- hitTestMode HitTestMode
-
Return Value
IEnumerableLayerElement
Remarks
The points of the polygon must be specified using WGS84 coordinates.
See Also