A random line orthogonal to the line.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Line RandomOrthogonalLine()
Visual Basic (Declaration)
Public Function RandomOrthogonalLine As Line
Visual C++
public:
Line^ RandomOrthogonalLine()

Return Value

Returns a random line with identical defining point Point, being orthogonal to the line.

See Also