CutLayerParent

詳細

レイヤとのそのレイヤ グループ間の親子関係をカットします。

このコマンドは、レイヤとそのレイヤ グループ所有者間の親子関係リンクを切断します。 レイヤは、レイヤ コンテナに戻されます。

スクリプト構文

CutLayerParent( [InputObjs] );

パラメータ

パラメータ タイプ 説明
InputObjs 文字列 レイヤ コンテナに再び親子の関連付けを行うオブジェクト。

デフォルト値:最初の選択されているオブジェクト

VBScript の例

'Create a new layer called MyLayerExample

'The current layer is now MyLayerExample

CreateLayer , "MyLayerExample"

'The command creates a Layer Group

CreateLayerGroup , "Layers.MyLayerExample"

CutLayerParent "Layers.MyLayerExample"