Click or drag to resize

AnalysisLayerGetByRadius Method

Gets the WindowlessComponents within the specified radius at the specified location

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public IEnumerable<WindowlessComponent> GetByRadius(
	float wgs84Lat,
	float wgs84Lon,
	float radiusInMeters,
	HitTestMode hitTestMode
)

Parameters

wgs84Lat  Single
 
wgs84Lon  Single
 
radiusInMeters  Single
 
hitTestMode  HitTestMode
 

Return Value

IEnumerableWindowlessComponent
See Also