parent

書式

compoundPathItems.parent

説明

複合パスの親オブジェクトを示します。ドキュメントやグループオブジェクト、複合パスオブジェクトなどになります。
var obj=app.activeDocument.compoundPathItems.parent;
alert(obj);

目次に戻る