GET GEO CS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=GET_GEO_CS <geo ref number>, <cs number> |description=*DESCRPTION* |param1=<geo ref number>|param1_desc= |param2=<cs number>|param2_desc= }} ===Example=== :- GET_GEO_CS...
 
Mikeo (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=GET_GEO_CS <geo ref number>, <cs number>
[[:Category:Coordinate_Systems|{{Up}}]]
|description=*DESCRPTION*


|param1=<geo ref number>|param1_desc=
{{Command|syntax=GET_GEO_CS <geo ref>, <cs number>
|param2=<cs number>|param2_desc=
|description=:Get the CS number used by a geometry feature.
 
|param1=<geo ref>|param1_desc={{geo ref}}
|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.