XRotation Property

 

The XRotation property returns or sets a datum's X rotation in arc seconds from WGS84 (in Bursa-Wolf methods). Returns a double.

 

Syntax

object.XRotation

object.XRotation = XRotation

 

Parameter

Type

Description

XRotation

Double

required; rotation in arc seconds

 

Example 1

This example returns the X rotation for a projection's datum.

 

Debug.Print Proj.XRotation

 

Example 2

This example sets the X rotation for a projection's datum to two arc seconds.

 

Proj.XRotation = 2

 

Used by: Projection object