Sets the arrowhead style of this display dimension.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetArrowHeadStyle2( _
ByVal UseDoc As Boolean, _
ByVal Style1 As Integer, _
ByVal Style2 As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDisplayDimension
Dim UseDoc As Boolean
Dim Style1 As Integer
Dim Style2 As Integer
Dim value As Boolean
value = instance.SetArrowHeadStyle2(UseDoc, Style1, Style2)
|
Parameters
- UseDoc
- True uses the document setting for arrowhead style, false uses the settings specified
in Style1 and Style2 - Style1
- Arrowhead style of first arrowhead as defined in swArrowStyle_e
- Style2
- Arrowhead style of second arrowhead as defined in swArrowStyle_e
Return Value
True if the arrowhead styles are set, false if not
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207