FLineTransferValues Method

Transfer member values to the specified line.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void TransferValues(
	FLine target,
	FPoint pointA,
	FPoint pointB
)

Parameters

target  FLine
Reference to the target line to receive the new points.
pointA  FPoint
Reference to the point to be assigned to the target PointA property.
pointB  FPoint
Reference to the point to be assigned to the target PointB property.

See Also