CADability dotNET
Coverts the given length in pixel (screen) coordinates to w length in the model coordinate system of the active view

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public double WorldLength(
	double ViewLength
)
Visual Basic
Public Function WorldLength ( _
	ViewLength As Double _
) As Double
Visual C++
public:
double WorldLength(
	double ViewLength
)

Parameters

ViewLength
Type: System..::..Double

Return Value

See Also