Click or drag to resize

LGSPNodeHead Properties

The LGSPNodeHead type exposes the following members.

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