Click or drag to resize

LGSPNode Properties

The LGSPNode type exposes the following members.

Properties
 NameDescription
Public propertyIncident Returns an IEnumerable<IEdge> over all incident edges
Public propertyIncoming Returns an IEnumerable<IEdge> over all incoming edges
Public propertyItem Indexer that gives access to the attributes of the graph element.
Public propertyOutgoing Returns an IEnumerable<IEdge> over all outgoing edges
Public propertyReplacedByElement 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.
Public propertyReplacedByNode 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.
Public propertyType The NodeType of the node.
Public propertyValid This is true, if this node is a valid graph element, i.e. it is part of a graph.
Top
See Also