FPointClear Method

Clear the values on the specified point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Clear(
	FPoint point
)

Parameters

point  FPoint
Reference to the point to clear.

See Also