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: 11.2.0.0
Syntax
public IEnumerable<WindowlessComponent> GetByRadius(
	float wgs84Lat,
	float wgs84Lon,
	float radiusInMeters,
	HitTestMode hitTestMode
)

Parameters

wgs84Lat
Type: SystemSingle
wgs84Lon
Type: SystemSingle
radiusInMeters
Type: SystemSingle
hitTestMode
Type: Easymap.AddIn.CommonHitTestMode

Return Value

Type: IEnumerableWindowlessComponent
See Also