Get Altitude value from Photoshop Javascript
I am currently working on a script that returns / get the Altitude value from Layer Style -> Global Light.

I am able to get the Global Light Angle through this script:
var r = new ActionReference ();
r.putEnumerated (stringIDToTypeID ("layer"), stringIDToTypeID ("ordinal"), stringIDToTypeID ("targetEnum"));
alert(executeActionGet (r).getInteger(stringIDToTypeID("globalAngle"));
Here is a list of the properties I could find:

If someone knows how I can get the Altitude it would help me out so much!
Thank you for taking your time to read this.
