'Declaration
Public Function GetValue( _ ByVal col As System.Integer, _ ByVal row As System.Integer _ ) As NVector3DF
'Usage
Dim instance As NMeshSurfaceData Dim col As System.Integer Dim row As System.Integer Dim value As NVector3DF value = instance.GetValue(col, row)
public NVector3DF GetValue( System.int col, System.int row )
Parameters
- col
- row