Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 548 Bytes

File metadata and controls

29 lines (23 loc) · 548 Bytes

GeogCoordToVWN

Description

Get point in Vectorworks coordinates getting it from the document if the current layer is not georeferenced.

FUNCTION GeogCoordToVWN(
				inLat        : REAL;
				inLon        : REAL;
				VAR outCoord : REAL): BOOLEAN;
def vs.GeogCoordToVWN(inLat, inLon):
    return (BOOLEAN, outCoord)

Parameters

Name Type Description
inLat REAL
inLon REAL
outCoord REAL

Version

Availability: from Vectorworks 2020

Category