FLineClone Method
Return a memberwise clone of the provided line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FLine Clone(
FLine source
)
Public Shared Function Clone (
source As FLine
) As FLine
No code example is currently available or this language may not be supported.
- source FLine
-
Reference to the source line to be cloned.
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.