LayerElementCollectionGetElementsByLocation Method |
Gets all
LayerElements at the specified WGS84 lat/lon coordinate.
Namespace:
Easymap.AddIn.Mapping
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public IEnumerable<LayerElement> GetElementsByLocation(
float wgs84Lat,
float wgs84Lon
)
Public Function GetElementsByLocation (
wgs84Lat As Single,
wgs84Lon As Single
) As IEnumerable(Of LayerElement)
Parameters
- wgs84Lat
- Type: SystemSingle
Latitude WGS84 - wgs84Lon
- Type: SystemSingle
Longitude WGS84
Return Value
Type:
IEnumerableLayerElementSee Also