FAreaClone Method

Return a memberwise clone of the provided area.

Definition

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

Parameters

source  FArea
Reference to the source area to be cloned.

Return Value

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

See Also