The DragLenEnd event.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEDragLenEndEventArgs(
	double length
)
Public Sub New ( _
	length As Double _
)
public:
IEDragLenEndEventArgs(
	double length
)

Parameters

length
Double
The measured length

See Also