yMin Property [BaseLayer, MapFrame]
yMin returns the minimum Y coordinate of the base map or map limit. Returns a double.
Syntax
object.yMin
Example 1
This example demonstrates how to return the minimum Y coordinate of a base map.
Debug.Print BaseLayer.yMin
Used by: MapFrame object, RasterBaseLayer Object, VectorBaseLayer Object