I am tryng to use a GP tool that performs kriging (WPF 100.0.0). Inputs: Point features, and string for z_value. There are probably something wrong with my GeoprocessingFeatures, because tool returns ERROR 010098: Insufficient number of points. But there are about 4000 points. Please help
Screens:
The problem was in QueryFeaturesAsync. I forgot to set QueryFeatureFields.LoadAll parameter =). Case closed
Glad that this was solved easily.