CADability dotNET
Initializes a new instance of the GeneralAngleAction class

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

Syntax

C#
public GeneralAngleAction(
	AngleProperty angleProperty,
	GeoPoint fixPoint
)
Visual Basic
Public Sub New ( _
	angleProperty As AngleProperty, _
	fixPoint As GeoPoint _
)
Visual C++
public:
GeneralAngleAction(
	AngleProperty^ angleProperty, 
	GeoPoint fixPoint
)

See Also