Click or drag to resize

LocationToString Method

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()

Return Value

Type: String
String 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