CADability dotNET
Sets the point as a basis for the calculation of the distance or length. The calculated length is the distance of the mouseposition from this point.

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

Syntax

C#
public void SetDistanceFromPoint(
	GeoPoint basePoint
)
Visual Basic
Public Sub SetDistanceFromPoint ( _
	basePoint As GeoPoint _
)
Visual C++
public:
void SetDistanceFromPoint(
	GeoPoint basePoint
)

Parameters

basePoint
Type: CADability..::..GeoPoint
the point

See Also