Returns a string representing of the current location.
Namespace:
Ptv.Components.Projections
Assembly:
Ptv.Components.Projections (in Ptv.Components.Projections.dll) Version: 1.7.10.0
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringString representation of the current location.
Remarks A location is either formatted as ({x:0.00000}|{y:0.00000}) or
({x:0.00000}|{y:0.00000}|{z:0.00000}), depending on the value of its z-coordinate.
See Also