Click or drag to resize

FMNInterfaceFindInRadiusXY Method

[Missing <summary> documentation for "M:Cadcorp.Web.UI.FindMyNearest.FMNInterface.FindInRadiusXY(System.Double,System.Double,System.Int32,System.Double)"]

Namespace:  Cadcorp.Web.UI.FindMyNearest
Assembly:  Cadcorp.Web.UI.Common (in Cadcorp.Web.UI.Common.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
WMLData[] FindInRadiusXY(
	double easting,
	double northing,
	int overlayToQuery,
	double radiusOfSearch
)

Parameters

easting
Type: SystemDouble

[Missing <param name="easting"/> documentation for "M:Cadcorp.Web.UI.FindMyNearest.FMNInterface.FindInRadiusXY(System.Double,System.Double,System.Int32,System.Double)"]

northing
Type: SystemDouble

[Missing <param name="northing"/> documentation for "M:Cadcorp.Web.UI.FindMyNearest.FMNInterface.FindInRadiusXY(System.Double,System.Double,System.Int32,System.Double)"]

overlayToQuery
Type: SystemInt32

[Missing <param name="overlayToQuery"/> documentation for "M:Cadcorp.Web.UI.FindMyNearest.FMNInterface.FindInRadiusXY(System.Double,System.Double,System.Int32,System.Double)"]

radiusOfSearch
Type: SystemDouble

[Missing <param name="radiusOfSearch"/> documentation for "M:Cadcorp.Web.UI.FindMyNearest.FMNInterface.FindInRadiusXY(System.Double,System.Double,System.Int32,System.Double)"]

Return Value

Type: WMLData

[Missing <returns> documentation for "M:Cadcorp.Web.UI.FindMyNearest.FMNInterface.FindInRadiusXY(System.Double,System.Double,System.Int32,System.Double)"]

See Also