LGSPNode Properties |
The LGSPNode 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 graph element. | |
| 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. | |
| 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 this node is a valid graph element, i.e. it is part of a graph. |