The ObjectDistanceType enumeration contains methods of calculating distance between objects.
It is used by the ISlDistance.Type property.
| Value | Brief description | |
| 0 | Euclidean. Euclidean distance. | |
| 1 | EuclideanSqr. Squared Euclidian distance. | |
| 2 | AbsoluteDistance. Distance module. |
See also: