FPathClone Method
Return a memberwise clone of the provided path.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPath Clone(
FPath source
)
Public Shared Function Clone (
source As FPath
) As FPath
No code example is currently available or this language may not be supported.
- source FPath
-
Reference to the source path to be cloned.
FPath
Reference to a new FPath instance where the primitive member values
are the same as those in the source, if a legitimate source was
provided. Otherwise, an empty FPath.