FAreaTransferValues Method

Transfer the member values from the source to the target, raising any associated events where appropriate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void TransferValues(
	FArea source,
	FArea target
)

Parameters

source  FArea
Reference to the source shape.
target  FArea
Reference to the target shape.

See Also