Eyeshot 9.0 WinForms API Reference
DrawArrowOnView Method

WinForms Assembly > devDept.Geometry Namespace > UtilityEx Class : DrawArrowOnView Method
The data
The arrow direction
The world point where to draw the arrow
Draw an arrow parallel to the view, oriented along the direction direction.
Syntax
'Declaration
 
Public Shared Sub DrawArrowOnView( _
   ByVal data As DrawDirectionParams, _
   ByVal direction As Vector3D, _
   ByVal point As Point3D _
) 
public static void DrawArrowOnView( 
   DrawDirectionParams data,
   Vector3D direction,
   Point3D point
)

Parameters

data
The data
direction
The arrow direction
point
The world point where to draw the arrow
See Also

Reference

UtilityEx Class
UtilityEx Members