BoundingBoxUpperLeft Property |
Upper left corner
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual WGS84Point UpperLeft { get; }
Public Overridable ReadOnly Property UpperLeft As WGS84Point
Get
public:
virtual property WGS84Point^ UpperLeft {
WGS84Point^ get ();
}
abstract UpperLeft : WGS84Point with get
override UpperLeft : WGS84Point with get
Property Value
Type:
WGS84Point
See Also