TrigGetLineDistance(FLine) Method
Return the line distance between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetLineDistance(
FLine line
)
Public Shared Function GetLineDistance (
line As FLine
) As Single
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to a line to measure.
Single
Absolute distance between two points.