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