Enum Orientation
Enumerates type of orientation.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum Orientation
BothDirections
3 - Point has orientation in both directions.
FirstToSecond
1 - Point has orientation from first LRP towards second LRP.
NoOrientation
0 - Point has no sense of orientation, or determination of orientation is not applicable (default).
SecondToFirst
2 - Point has orientation from second LRP towards first LRP.