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(
	double val
)
Visual Basic
Public Sub ForceValue ( _
	val As Double _
)
Visual C++
public:
void ForceValue(
	double val
)

Parameters

val
Type: System..::..Double
the value to set

See Also