 | GeoCoordinateRectangleRight Property |
This is preliminary documentation and is subject to change.
Gets the right-border longitude of the rectangle.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic double Right { get; }Public ReadOnly Property Right As Double
Get
Dim instance As GeoCoordinateRectangle
Dim value As Double
value = instance.Right
public:
property double Right {
double get ();
}member Right : float with get
Property Value
Double
See Also