FLineClone Method

Return a memberwise clone of the provided line.

Definition

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

Parameters

source  FLine
Reference to the source line to be cloned.

Return Value

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

See Also