Represents a polyline.
Namespace:
Aurigma.DesignAtoms.Model.Items
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public class PolylineItem : Item
Polyline is a set of connected lines (end point of some polyline segment is a start point of the next segment). It is defined with an array of points which should be connected with this polyline (polyline vertices).