AnalysisLayerGetByRadius Method |
Namespace:
Easymap.AddIn.Analyse
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public IEnumerable<WindowlessComponent> GetByRadius(
float wgs84Lat,
float wgs84Lon,
float radiusInMeters,
HitTestMode hitTestMode
)
Public Function GetByRadius (
wgs84Lat As Single,
wgs84Lon As Single,
radiusInMeters As Single,
hitTestMode As HitTestMode
) As IEnumerable(Of WindowlessComponent)
Parameters
- wgs84Lat
- Type: SystemSingle
- wgs84Lon
- Type: SystemSingle
- radiusInMeters
- Type: SystemSingle
- hitTestMode
- Type: Easymap.AddIn.CommonHitTestMode
Return Value
Type:
IEnumerableWindowlessComponentSee Also