GridSurfaceData Class Members
In This Topic
The following tables list the members exposed by GridSurfaceData.
Public Properties
| Name | Description |
 | GridSizeX | Returns the size of the data sorage in the X-dimension. |
 | GridSizeZ | Returns the size of the data sorage in the Z-dimension. |
Top
Public Methods
| Name | Description |
 | Clear | Removes all data from the storage. |
 | Clone | Creates an identical copy of this MeshSurfaceData object |
 | GetValue | Gets the elevation value at a apecified two-dimensional index. |
 | SetGridSize | Sets the size of the data storage. A storage with size M x N is represented
by a surface with (M - 1) x (N - 1) cells. |
 | SetValue | Sets the elevation value at a given two-dimensional index. |
Top
See Also