'Declaration Public Function GetValueX( _ ByVal indexX As Integer, _ ByVal indexZ As Integer _ ) As Object
'Usage Dim instance As MeshSurfaceData Dim indexX As Integer Dim indexZ As Integer Dim value As Object value = instance.GetValueX(indexX, indexZ)
Parameters
- indexX
- X-index of the data point.
- indexZ
- Z-index of the data point.