Skip to content

PointLineRelationship

Namespace: ThinkGeo.Core

The topology relationship between point and line.

public enum PointLineRelationship

Inheritance ObjectValueTypeEnumPointLineRelationship
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Left 0 The point is at the left of the line.
Right 1 The point is at the right of the line.
OnLine 2 The point is on the line.