The PolylineDistanceInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PolylineDistanceInfo |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
Empty |
Properties
Name | Description | |
---|---|---|
Distance |
The distance from the given point to the polyline
| |
LineSegmentSide | ||
PointIndex |
The zero based point index at the start of the line segment in the poyline closest to the given point
| |
PolylinePoint |
The point on the poyline closest to the given point
| |
TVal |
A value between 0..1 indicating the location within the closest line segment
|