layer
レイヤとのそのレイヤ グループ間の親子関係をカットします。
このコマンドは、レイヤとそのレイヤ グループ所有者間の親子関係リンクを切断します。 レイヤは、レイヤ コンテナに戻されます。
CutLayerParent( [InputObjs] ); |
パラメータ | タイプ | 詳細 |
---|---|---|
InputObjs | 文字列 | レイヤ コンテナに再び親子の関連付けを行うオブジェクト。
デフォルト値:最初の選択されているオブジェクト |
'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" |