FLineTransferValues Method
Transfer member values to the specified line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void TransferValues(
FLine target,
FPoint pointA,
FPoint pointB
)
Public Shared Sub TransferValues (
target As FLine,
pointA As FPoint,
pointB As FPoint
)
No code example is currently available or this language may not be supported.
Parameters
- target FLine
-
Reference to the target line to receive the new points.
- pointA FPoint
-
Reference to the point to be assigned to the target PointA property.
- pointB FPoint
-
Reference to the point to be assigned to the target PointB property.