Adjust ScaleFactor to do current selection corrispond to 'length'

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

Syntax

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

Parameters

length
Double
The length of the selection in MeasureUnit unit.

See Also