Gets an array of doubles that describe the geometry of the arrowhead on the far end of the leader line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetArrowHeadInfo() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISFSymbol
Dim value As Object
value = instance.GetArrowHeadInfo()
|
C# | |
---|
object GetArrowHeadInfo() |
C++/CLI | |
---|
Object^ GetArrowHeadInfo(); |
Return Value
Array of doubles describing format (see
Remarks)
Remarks
See Also