VisualControlState TVisual, TValue  TryGetValue Method TIBCO Spotfire 6.0 API Reference
Tries to get the state value.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool TryGetValue(
	out TValue value
)

Parameters

value
Type: TValue 
The state is assigned to this variable if a state exists.

Return Value

Type: Boolean
True if state exist, false if state is null.
See Also