Share via


ThreeDFormat.IncrementRotationZ Method

Rotates a shape on the z-axis using the specified incrementation.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub IncrementRotationZ ( _
    Increment As Single _
)
'Usage
Dim instance As ThreeDFormat
Dim Increment As Single

instance.IncrementRotationZ(Increment)
void IncrementRotationZ(
    float Increment
)

Parameters

  • Increment
    Type: System.Single
    Specifies the incrementation value.

See Also

Reference

ThreeDFormat Interface

ThreeDFormat Members

Microsoft.Office.Interop.Word Namespace