id

書式

ovalObject.id

説明

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

目次に戻る