id

書式

guideObject.id

説明

guideオブジェクトのidを示します。
var g=app.activeDocument.guides[0];
alert(g.id);

目次に戻る