RhinoCommon API
GetLineAcceptZeroLengthLine Property |
Controls whether or not a zero length line is acceptable.
The default is to require the user to keep picking the end
point until we get a point different than the start point.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.1

public bool AcceptZeroLengthLine { get; set; }
Public Property AcceptZeroLengthLine As Boolean Get Set
Property Value
Type: Boolean