GET CS NAME: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=GET_CS_NAME <cs number>, <name> | {{Command|syntax=GET_CS_NAME <cs number>, <name> | ||
|description=:Get the name of | |description=:Get the name of a coordinate system | ||
|param1=<cs number>|param1_desc={{cs number}} | |param1=<cs number>|param1_desc={{cs number}} | ||
|param2=<name>|param2_desc={{ | |param2=<name>|param2_desc={{parameter_variable_string_name}} the CS name. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:GET_CS_NAME | :GET_CS_NAME 3, CsName$ | ||
[[Category:Coordinate_Systems]] | [[Category:Coordinate_Systems]] |
Latest revision as of 19:44, 12 January 2011
Command
- GET_CS_NAME <cs number>, <name>
- Get the name of a coordinate system
Parameters
- <cs number>
- CS number.
- <name>
- Name of string variable to be set to the CS name.
Example
- GET_CS_NAME 3, CsName$