FLine3TransferValues Method
Transfer the member values of one instance to another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void TransferValues(
FLine3 source,
FLine3 target
)
Public Shared Sub TransferValues (
source As FLine3,
target As FLine3
)
No code example is currently available or this language may not be supported.
Parameters
- source FLine3
-
Reference to the source line whose values will be assigned.
- target FLine3
-
Reference to the target line that will receive the values.