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