RhinoCommon API
GetPointEnableDrawLineFromPoint Method |
Controls drawing of dynamic a line from the start point.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void EnableDrawLineFromPoint( bool enable )
Public Sub EnableDrawLineFromPoint ( enable As Boolean )
Parameters
- enable
- Type: SystemBoolean
if true, a dynamic line is drawn from the DrawLineFromPoint startPoint to the point being picked.
