GET GEO CS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{{Command|syntax=GET_GEO_CS <geo ref>, <cs number>
{{Command|syntax=GET_GEO_CS <geo ref>, <cs number>
|description=:Set the CS number for a geometry
|description=:Get the CS number used by a geometry feature.


|param1=<geo ref>|param1_desc={{geo ref}}
|param1=<geo ref>|param1_desc={{geo ref}}
|param2=<cs number>|param2_desc={{cs number}}
|param2=<cs number>|param2_desc={{parameter_variable_any_name}} the CS number.


}}
}}


===Example===
===Example===
:GET_GEO_CS
:GET_GEO_CS 20, CsNum
<br>
:This gets CS number used by feature number 20.


[[Category:Coordinate_Systems]]
[[Category:Coordinate_Systems]]

Latest revision as of 19:48, 12 January 2011

Up

Command

GET_GEO_CS <geo ref>, <cs number>


Get the CS number used by a geometry feature.

Parameters

<geo ref>
The reference number of the geometry feature.
<cs number>
Name of variable to be set to the CS number.

Example

GET_GEO_CS 20, CsNum


This gets CS number used by feature number 20.