This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject.getPointsCount Method

Gets the number of points this polyline is constructed from.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
function getPointsCount();

Return Value

The number of points this polyline is constructed from.

Remarks

This method corresponds to PolylineVObject.PointsCount server-side member.

See Also

Reference