Search found 1 match
- Thu Sep 28, 2006 5:42 pm
- Forum: .NET
- Topic: Exception when using ColorGrid
- Replies: 8
- Views: 12141
Exception when using ColorGrid
I want to populate a ColorGrid with some measured data and I use the following code to populate it, as described in an earlier post. int k = _result.Wall.Length * _result.Wall[0].Length; double[] x = new double[k]; double[] y = new double[k]; double[] z = new double[k]; int counter = 0; for (int m =...