[]
Gets the minimum data value for the coordinate indicated by the specified index.
public double GetMin(AxisTypeEnum axisType)
| Type | Name | Description |
|---|---|---|
| AxisTypeEnum | axisType | Axis type(x, y or z). |
| Type | Description |
|---|---|
| double | Double value equal to the smallest coordinate value. |
This method returns the data coordinate with the minimum value along the specified axis. For example, specifying AxisX as a calling parameter, will return the X coordinate value with the smallest X value.