The HorizontalLightAngle property returns or sets the prism map horizontal light angle in degrees. Returns a double.
Syntax
object.HorizontalLightAngle
object.HorizontalLightAngle = HorizontalLightAngle
Parameter |
Type |
Description |
HorizontalLightAngle |
Double |
required; value between -360 and 360 degrees |
Example 1
This example returns the horizontal light angle.
Debug.Print PrismMap.HorizontalLightAngle
Example 2
This example sets the horizontal light angle to 78 degrees.
PrismMap.HorizontalLightAngle = 78
Used by: PrismMap object