SlopeInterceptItemGetSlope(FLine) Method
Return the slope of the provided line.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetSlope(
FLine line
)
Public Shared Function GetSlope (
line As FLine
) As Single
No code example is currently available or this language may not be supported.
- line FLine
-
Reference to the line for which to calculate the slope.
Single
The algebraic slope of the line (y2 - y1) / (x2 - x1).