CADability dotNET
Forces the input object to the specified value. The input filed is updated accordingly.

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

Syntax

C#
public void ForceValue(
	Angle val
)
Visual Basic
Public Sub ForceValue ( _
	val As Angle _
)
Visual C++
public:
void ForceValue(
	Angle val
)

Parameters

val
Type: CADability..::..Angle
the value to set

See Also