BoundingBoxLowerRight Property |
Lower right corner
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic virtual WGS84Point LowerRight { get; }
Public Overridable ReadOnly Property LowerRight As WGS84Point
Get
public:
virtual property WGS84Point^ LowerRight {
WGS84Point^ get ();
}
abstract LowerRight : WGS84Point with get
override LowerRight : WGS84Point with get
Property Value
Type:
WGS84Point
See Also