Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Determines whether the shape follows a parallel rotation, a perspective rotation, or an oblique rotation, as an integer from 0 to 6.
| Value | Description |
|---|---|
| 0 |
The shape does not have any rotation. |
| 1 |
The shape has a parallel rotation. |
| 2 |
The shape has a perspective rotation. |
| 3 |
The shape has a top left oblique rotation. |
| 4 |
The shape has a top right oblique rotation. |
| 5 |
The shape has a bottom left oblique rotation. |
| 6 |
The shape has a bottom right oblique rotation. |
Remarks
To get a reference to the RotationType cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
RotationType |
To get a reference to the RotationType cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRow3DRotationProperties |
| Cell index: |
visRotationType |