Gets the arrow head size of the specified leader on this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetArrowHeadSizeAtIndex( _
ByVal Index As Integer, _
ByRef UseDoc As Boolean, _
ByRef Length As Double, _
ByRef Width As Double, _
ByRef Height As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim Index As Integer
Dim UseDoc As Boolean
Dim Length As Double
Dim Width As Double
Dim Height As Double
Dim value As Boolean
value = instance.GetArrowHeadSizeAtIndex(Index, UseDoc, Length, Width, Height)
|
C++/CLI | |
---|
bool GetArrowHeadSizeAtIndex(
& int Index,
& [Out] bool UseDoc,
& [Out] double Length,
& [Out] double Width,
& [Out] double Height
) |
Parameters
- Index
- Index of leader on this annotation
- UseDoc
- TRUE indicates that the document default setting for arrow head size was used, FALSE
indicates that the Length, Width, and Height values were specified - Length
- Length of arrow head
- Width
- Width of arrow head
- Height
- Height of arrow head
Return Value
True if the method succeeds, false if not
Remarks
See Also
Availability
SolidWorks 2008 SP1, Revision Number 16.1