CADability dotNET
Initializes a new instance of the ConstructAngleTwoPoints class

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

Syntax

C#
public ConstructAngleTwoPoints(
	AngleProperty angleProperty
)
Visual Basic
Public Sub New ( _
	angleProperty As AngleProperty _
)
Visual C++
public:
ConstructAngleTwoPoints(
	AngleProperty^ angleProperty
)

Parameters

angleProperty
Type: CADability.UserInterface..::..AngleProperty

See Also