NGridSurfaceData Class Members
In This Topic
The following tables list the members exposed by NGridSurfaceData.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Item | Gets or sets the elevation value at the specified two-dimensional index. |
Top
Protected Properties
| Name | Description |
| AvbI | |
Top
Public Methods
| Name | Description |
| ClearValues | Overloaded. Sets the values in the surface data to zero |
| GetValue | Overloaded. Gets the elevation value at the specified two-dimensional index. |
| InitFromPoints | Inits the grid surface data from a set of points |
| InitFromPointsAndColors | Inits the grid surface data from a set of points |
| InitFromRaster | Overridden. Initializes the grid surface data from a Bitmap image. |
| InitFromTriangles | Overloaded. Inits the grid surface data from a set of triangles each having three vertices with associated |
| SetValue | Overloaded. Sets the elevation value at the specified two-dimensional index. |
Top
See Also