var vp=app.activeDocument.viewPreferences; try{ var n=vp.verticalCustomPoints; }catch(e){ var n="カスタム値ではありません"; } alert(n);