GetValues Method (BreakEven)
Gets the point data array for the specified coordinate dimension.
public override System.double[] GetValues(
System.int
)
'Declaration
Public Overrides Function GetValues( _
ByVal As System.Integer _
) As System.Double()
Parameters
- dim
- Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)
Return Value
The point data array for the specified coordinate dimension