GeoBoundingBox
Represents information about the coordinate range of the  GeoObject.
            
                
The eastmost value of  GeoObject coordinates.
            
Gets the component of the  GeoBoundingBox based on its index.
            
The maximum altitude value of  GeoObject coordinates.
            
The minimum altitude value of  GeoObject coordinates.
            
The northmost value of  GeoObject coordinates.
            
The southmost value of  GeoObject coordinates.
            
The westmost value of  GeoObject coordinates.
            
Initializes a new instance of  GeoBoundingBox.
            
public GeoBoundingBox(double west, double south, double east, double north, double? minAltitude, double? maxAltitude)
Initializes a new instance of  GeoBoundingBox.
            
Indicates whether the current object is equal to another object of the same type.