Esempio n. 1
0
 public GeoParam(string label)
 {
     ptype = GeoParamType.Label;
     sval  = label;
 }
Esempio n. 2
0
 public GeoParam(int numeric)
 {
     ptype = GeoParamType.Numeric;
     nval  = numeric;
 }