パスを全て削除する

■プログラム説明(ソースコード説明)
 パスを全て削除するにはpathItems.removeAll()とします。

■ソースコード
activeDocument.pathItems.removeAll();


■ポイント
 なし