scriptingVersion

書式

app.scriptingVersion

説明

Illustratorのスクリプトエンジンのバージョンを文字列で返します。
var str=app.scriptingVersion;
alert(str);

目次に戻る