Click or drag to resize

INode Properties

The INode 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 attribute bearer.
(Inherited from IAttributeBearer.)
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.
(Inherited from IGraphElement.)
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 the element is a valid graph element, i.e. it is part of a graph.
(Inherited from IGraphElement.)
Top
See Also