INode Properties |
The INode type exposes the following members.
| Name | Description | |
|---|---|---|
| Incident | Returns an IEnumerable<IEdge> over all incident edges | |
| Incoming | Returns an IEnumerable<IEdge> over all incoming edges | |
| Item |
Indexer that gives access to the attributes of the attribute bearer.
(Inherited from IAttributeBearer) | |
| Outgoing | Returns an IEnumerable<IEdge> over all outgoing edges | |
| ReplacedByElement |
The element which replaced this element (Valid is false in this case)
or null, if this element has not been replaced or is still a valid member of a graph.
(Inherited from IGraphElement) | |
| ReplacedByNode | The node which replaced this node (Valid is false in this case) or null, if this node has not been replaced or is still a valid member of a graph. | |
| Type | The NodeType of the node | |
| Valid |
This is true, if the element is a valid graph element, i.e. it is part of a graph.
(Inherited from IGraphElement) |