Provides access to data associated with an edge.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IEdgeMap : IDataMap, IDataProvider, IDataAcceptor |
| Visual Basic |
|---|
Public Interface IEdgeMap _ Inherits IDataMap, IDataProvider, IDataAcceptor |
Remarks
Provides access to data associated with an edge.
An edge map can be considered as a map that allows
only edges as keys. Edge keys of an edge map must belong
to the same graph.
There are data access methods defined for the most common typed
values as well.
The edge values are initialized with Java(TM) default values
(null, 0, 0.0, false) upon initialization.