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

适用于