id

書式

rectangleObject.id

説明

rectangleオブジェクトのIDを返します。読み出し専用です。
var r=app.activeDocument.rectangles;
alert(r[0].id);

目次に戻る