Gets and sets the direction of the arc. | |
Syntax: | GefArcDirectionEnum =
object.Direction object.Direction = GefArcDirectionEnum |
Description: | The Direction property gets and sets the
direction of the arc, using GefArcDirectionEnum. Example: Sub ArcFormat_Direction() Dim oCimArcFmt As
GefArcFormat Set oCimArcFmt =
CimGetObject.ArcFormat oCimArcFmt.Direction =
gefArcDirClockwise End Sub |