Gets the properties (NurbsSurfaceProperties) of the surface in the V direction.
# Get the value of the property.propertyValue = nurbsSurface_var.propertiesV
#include <Core/Geometry/NurbsSurface.h>// Get the value of the property.NurbsSurfaceProperties propertyValue = nurbsSurface_var->propertiesV();