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

Parameters

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

See Also