[]
Gets the point data array for the specified coordinate dimension.
public override double[] GetValues(int dim)
Type | Name | Description |
---|---|---|
int | dim | Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...) |
Type | Description |
---|---|
double[] | The point data array for the specified coordinate dimension |