Gets and sets the arc style of the object. | |
Syntax: | GefArcTypeEnum = object.Style object.Style = GefArcTypeEnum |
Description: | The Style property gets and sets the arc
style of the object, using GefArcTypeEnum. Example: Sub GefArcFormat_Style() Dim oCimArcFmt As
GefArcFormat Set oCimArcFmt =
CimGetObject.ArcFormat If Not oCimArcFmt Is Nothing
Then oCimArcFmt.Style
= gefArcTypePie End If End Sub |