GET GEO CS: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions 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= | |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={{ | |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
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.