documentationfor yFiles for HTML 3.0.0.2

ValueDataKey<TValue>

This class is used as look-up key for registering a single value with a graph.

Inheritance Hierarchy
DataKey<TValue>
ValueDataKey

Remarks

A value for the key can be registered for the graph with method addData. If the type is a class type, the data can be retrieved from the graph via method getData. In case the type is a value type (struct), then method getNullableData should be used instead.

Type Parameters

TValue
The type value that is registered with this look-up key.

Type Details

yFiles module
algorithms

See Also

Constructors

Properties

Methods