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

Parameters

p
Type: CADability..::..GeoPoint
the point to set

See Also