'Declaration
Public Function GetPoint( _
ByVal As Integer, _
ByVal As Integer _
) As ImGearVectorPoint3D
'Usage
Dim instance As ImGearVectorEntityBeziersurface
Dim indexM As Integer
Dim indexN As Integer
Dim value As ImGearVectorPoint3D
value = instance.GetPoint(indexM, indexN)