dear sir,
when trying to use line.GetLength with very small distance (5-10) meters it give me this value (NaN).
so, is it what the function sould do, or is it a bug?
double
check2 = line.GetLength(GeographyUnit.DecimalDegree, DistanceUnit.Meter);
thanks.