Returns the number of points defining the polyline.
# Get the value of the property.propertyValue = polyline2D_var.pointCount
#include <Core/Geometry/Polyline2D.h>// Get the value of the property.integer propertyValue = polyline2D_var->pointCount();