VS:GetProjectionWKT: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 17:36, 18 September 2013

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Get the projection information in Well Known Text (WKT) format..

FUNCTION GetProjectionWKT(
hLayer :HANDLE;
esriStyle :BOOLEAN;
VAR outWKT :DYNARRAY[] of CHAR) : BOOLEAN;
def vs.GetProjectionWKT(hLayer, esriStyle):
    return (BOOLEAN, outWKT)

Parameters

hLayer HANDLE
esriStyle BOOLEAN
outWKT DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2014