PatchFeatureTree.SetSelectionStateForAllInstances(Boolean) メソッド

定義

すべてのインスタンスの選択状態を設定します。

public:
 void SetSelectionStateForAllInstances(bool isSelected);
public void SetSelectionStateForAllInstances (bool isSelected);
member this.SetSelectionStateForAllInstances : bool -> unit
Public Sub SetSelectionStateForAllInstances (isSelected As Boolean)

パラメーター

isSelected
Boolean

すべてのインスタンスが選択されている場合は true、それ以外の場合は false です。

適用対象