Clears the points from this CurveItem. This is the same
as CurveItem.Points.Clear().
| C# | Visual Basic | Visual C++ |
public void Clear()
Public Sub Clear
public: void Clear ()
This method will only work if the IPointList instance reference
at Points supports the IPointListEdit interface.
Otherwise, it does nothing.
