documentationfor yFiles for HTML 3.0.0.3

Usages of DataKey

Method Parameters

keyEquals (DataKey<TValue>)in DataKeyReturns whether this key is equal to the specified other.
remove (DataKey<TValue>)in LayoutGraphContextRemoves the data registered for the graph with the specified DataKey<TValue>.

Extending Types

EdgeDataKeyThis class is used as a look-up key for registering IMapper<K,V> for LayoutEdges with a LayoutGraph.
EdgeLabelDataKeyThis class is used as a look-up key for registering IMapper<K,V> for LayoutEdgeLabels with a LayoutGraph.
NodeDataKeyThis class is used as look-up key for registering IMapper<K,V> for LayoutNodes with a LayoutGraph.
NodeLabelDataKeyThis class is used as look-up key for registering IMapper<K,V> for LayoutNodeLabels with a LayoutGraph.
ValueDataKeyThis class is used as look-up key for registering a single value with a graph.