'Declaration Public Sub SetValueY( _ ByVal indexX As Integer, _ ByVal indexZ As Integer, _ ByVal elevation As Object _ )
'Usage Dim instance As MeshSurfaceData Dim indexX As Integer Dim indexZ As Integer Dim elevation As Object instance.SetValueY(indexX, indexZ, elevation)
Parameters
- indexX
- X-index of the data point.
- indexZ
- Z-index of the data point.
- elevation
- Elevation value. Must be either a double value or DBNull.Value