Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / DrawDirection Method

In This Topic
    DrawDirection Method (Entity)
    In This Topic
    Draws a small arrow to show the entity direction if devDept.Eyeshot.ViewportLayout.DrawCurveDirection(devDept.Eyeshot.ViewportLayout.DrawEntitiesDirectionParams) is true.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub DrawDirection( _
       ByVal data As DrawDirectionParams _
    ) 
    protected internal virtual void DrawDirection( 
       DrawDirectionParams data
    )

    Parameters

    data
    See Also