The YRotation property returns or sets a datum's Y rotation in arc seconds from WGS84 (in Bursa-Wolf methods). Returns a double.
Syntax
object.YRotation
object.YRotation = YRotation
Parameter |
Type |
Description |
YRotation |
Double |
required; rotation in arc seconds |
Example 1
This example returns the Y rotation for a projection's datum.
Debug.Print Proj.YRotation
Example 2
This example sets the Y rotation for a projection's datum to two arc seconds.
Proj.YRotation = 2
Used by: Projection object