CADability dotNET
Constructs a hotspot to manipulate a length property

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

Syntax

C#
public LengthHotSpot(
	LengthProperty lengthProperty
)
Visual Basic
Public Sub New ( _
	lengthProperty As LengthProperty _
)
Visual C++
public:
LengthHotSpot(
	LengthProperty^ lengthProperty
)

Parameters

lengthProperty
Type: CADability.UserInterface..::..LengthProperty
the property to be manipulated

See Also