propertyGroup()

記述

app.project.item(index).layer(index).propertySpec.propertyGroup()

app.project.item(index).layer(index).propertySpec.propertyGroup(countUp)

概要

このプロパティから指定されたレベルまでのプロパティグループの階層を遡り、系統の元となるグループのPropertyGroup objectを取得します。カウントがレイヤーまで達するとnullを返します。

引数

countUp

オプション。親子関係の階層を遡るレベル。[1〜propertyDepth]の範囲の整数値(デフォルト値は1)。

戻り値

PropertyGroup objectまたはnull

ノート