| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
GeoCoordinateRectangleRemarks See Also