 | GeoSearchGeneratorBoundingRectangle Property |
This is preliminary documentation and is subject to change.
Geographical bounding box to search in.
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic GeoCoordinateRectangle BoundingRectangle { get; set; }
Public Property BoundingRectangle As GeoCoordinateRectangle
Get
Set
Dim instance As GeoSearchGenerator
Dim value As GeoCoordinateRectangle
value = instance.BoundingRectangle
instance.BoundingRectangle = value
public:
property GeoCoordinateRectangle BoundingRectangle {
GeoCoordinateRectangle get ();
void set (GeoCoordinateRectangle value);
}
member BoundingRectangle : GeoCoordinateRectangle with get, set
Property Value
GeoCoordinateRectangle
Remarks
See Also