Point.Path.ClearPath C# (CSharp) Method

ClearPath() public method

public ClearPath ( ) : void
return void
        public void ClearPath()
        {
            this.AllPoints.Clear();
        }