Rotation Property [PrismMap]

 

The Rotation property returns or sets the rotation angle of a prism map in degrees. Returns an integer.

 

Syntax

object.Rotation

object.Rotation = Rotation

 

Parameter

Type

Description

Rotation

Integer

required; in degrees

 

Remarks

Positive degrees rotate the selection counterclockwise, negative degrees rotate the selection clockwise.

 

Example 1

This example returns the rotation value for a prism map.

 

Debug.Print PrismMap.Rotation

 

Example 2

This example rotates a prism map 60 degrees.

 

PrismMap.Rotation = 60

 

Used by: PrismMap object