Ejemplo n.º 1
0
 public bool HasGeometryNamed(string GeometryName)
 {
     return(Geometries.ContainsValue(GeometryName));
 }