CADability dotNET
Constructs an AngleInput.

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

Syntax

C#
public AngleInput(
	string resourceId,
	Angle StartValue
)
Visual Basic
Public Sub New ( _
	resourceId As String, _
	StartValue As Angle _
)
Visual C++
public:
AngleInput(
	String^ resourceId, 
	Angle StartValue
)

Parameters

resourceId
Type: System..::..String
resource id for the label
StartValue
Type: CADability..::..Angle
start value for the angle

See Also