selectedPathPoints
書式
pathItemObject
.selectedPathPoints
説明
PathItem(パス)のselectedPathPointsコレクションを示します。選択されている場合はselectedPathPointsコレクションを返しますが、選択されていない場合は何も返しません。
var pItem=app.activeDocument.pathItems[0]; alert(pItem.selectedPathPoints);
目次に戻る