Solid Edge Draft Type Library
GetViewLineWithArrowDirection Method
Description
Returns the start position, end position and the arrow direction of the view plane line. The start position is same as end position when DisplayType = igDimViewPlaneLineDisplaySingle. The view direction vector's length corresponds to the length of the arrow.
Syntax
Visual Basic
Public Sub GetViewLineWithArrowDirection( _
   ByRef LineStartX As Double, _
   ByRef LineStartY As Double, _
   ByRef LineEndX As Double, _
   ByRef LineEndY As Double, _
   ByRef ArrowDirectionX As Double, _
   ByRef ArrowDirectionY As Double _
) 
Parameters
LineStartX
LineStartY
LineEndX
LineEndY
ArrowDirectionX
ArrowDirectionY
See Also

ViewPlane Object  | ViewPlane Members  | Solid Edge ST5 - What's New