Difference between revisions of "VS:VWCoordToGeogN"
From Vectorworks Developer
m (1 revision) |
(Fix typo) |
||
Line 6: | Line 6: | ||
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ||
<desc> | <desc> | ||
− | Get geographical coordinates of a point(latitude and longitude) getting it from the | + | Get geographical coordinates of a point (latitude and longitude) getting it from the document if the current layer is not georeferenced.</desc> |
----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
Latest revision as of 01:33, 8 May 2020
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Get geographical coordinates of a point (latitude and longitude) getting it from the document if the current layer is not georeferenced.FUNCTION VWCoordToGeogN(
inCoordX :REAL;
inCoordY :REAL;
VAR outLat :REAL;
VAR outLon :REAL) : BOOLEAN;
def vs.VWCoordToGeogN(inCoordX, inCoordY): return (BOOLEAN, outLat, outLon)
Parameters
inCoordX REAL inCoordY REAL outLat REAL outLon REAL