Difference between revisions of "GET GEO CS"
From Macros Wiki
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[:Category:Coordinate_Systems|{{Up}}]] | ||
+ | |||
{{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 15: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.