Esempio n. 1
0
 public static double Length(this IFlow flowObj)
 {
     return((flowObj.Geometry() as ICurve).ILength());
 }