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