TransformTreeWindow<TTarget, TDefinition>.

SetValue(int, Action<int>) Method

Summary

Sets the value of a field for all selected items.

Syntax

protected void SetValue(int treeItemID, Action<int> setValue)

Parameters

Name Type Description
treeItemID int
setValue Action<int>

Return Value

Type Description
void