BoundingBoxHeight Property |
Namespace: Telogis.GeoBase
BoundingBox bb1 = new BoundingBox(); // Add arbitrary points in Los Angeles, USA. bb1.Add(new LatLon(33.787935, -118.013866)); bb1.Add(new LatLon(33.761919, -117.985009)); Console.WriteLine("BoundingBox height is {0} degrees", bb1.Height); // Prints 'BoundingBox height is 0.026016087890639 degrees'