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