| IDfsAxisCurveLinearD3 Properties | 
The IDfsAxisCurveLinearD3 type exposes the following members.
| Name | Description | |
|---|---|---|
| AxisType | 
            Type of spatial axis. Depending on this type, the class
            can be cast to one of the sub-types.
              (Inherited from IDfsSpatialAxis.) | |
| AxisUnit | 
            Unit of the axis coordinate values.
              (Inherited from IDfsSpatialAxis.) | |
| Dimension | 
            Axis dimension
              (Inherited from IDfsSpatialAxis.) | |
| SizeOfData | 
            Size of data, number of data values.
              (Inherited from IDfsSpatialAxis.) | |
| XCoordinates | 
            X coordinates of the grid. 
             It is of size (XCount+1) X (YCount+1) X (ZCount+1). To get coordinates at index (i,j,k), you can do: XCoordinates[i + j*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.XCount" />+1) + k*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.XCount" />+1)*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.YCount" />+1)]  | |
| XCount | 
            Number of data points in the x direction
              | |
| YCoordinates | 
            Y coordinates of the grid. 
             It is of size (XCount+1) X (YCount+1) X (ZCount+1). To get coordinates at index (i,j,k), you can do: YCoordinates[i + j*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.XCount" />+1) + k*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.XCount" />+1)*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.YCount" />+1)]  | |
| YCount | 
            Number of data points in the Y direction
              | |
| ZCoordinates | 
            Z coordinates of the grid. 
             It is of size (XCount+1) X (YCount+1) X (ZCount+1). To get coordinates at index (i,j,k), you can do: ZCoordinates[i + j*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.XCount" />+1) + k*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.XCount" />+1)*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD3.YCount" />+1)]  | |
| ZCount | 
            Number of data points in the Z direction
              |