zOrderPosition

書式

CompoundPathItemObject.zOrderPosition

説明

複合パスオブジェクトのZ座標(奥行き)を示します(値は整数値)。値が大きいほど手前になります。値はレイヤー内もしくはグループ内での位置になります。読み出し書き込みが可能です。
var cp=app.activeDocument.compoundPathItems[0];
alert(cp.zOrderPosition);

目次に戻る