FPathClone Method

Return a memberwise clone of the provided path.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPath Clone(
	FPath source
)

Parameters

source  FPath
Reference to the source path to be cloned.

Return Value

FPath
Reference to a new FPath instance where the primitive member values are the same as those in the source, if a legitimate source was provided. Otherwise, an empty FPath.

See Also