VirtualTreeViewModelSetCheckedCore Method TIBCO Spotfire 7.12 API Reference
Checks or unchecks the node at the specified index.

Namespace: Spotfire.Dxp.Data.Access
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
protected virtual void SetCheckedCore(
	int index,
	bool isChecked
)

Parameters

index
Type: SystemInt32
The index of the node.
isChecked
Type: SystemBoolean
The node's new checked state.
Version Information

Supported in: 7.12, 7.11, 7.10
See Also

Reference