WebRegionGeographyBoundingBox Property |
The surrounding bounding box of the geographical region.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebBoundingBox BoundingBox { get; set; }
Public Property BoundingBox As WebBoundingBox
Get
Set
public:
property WebBoundingBox^ BoundingBox {
WebBoundingBox^ get ();
void set (WebBoundingBox^ value);
}
member BoundingBox : WebBoundingBox with get, set
Property Value
Type:
WebBoundingBoxSee Also