Click or drag to resize

LGSPEdgeHead Properties

The LGSPEdgeHead type exposes the following members.

Properties
 NameDescription
Public propertyItem Indexer that gives access to the attributes of the graph element.
(Inherited from LGSPEdge)
Public propertyReplacedByEdge The edge which replaced this edge (Valid is false in this case) or null, if this edge has not been replaced or is still a valid member of a graph.
(Inherited from LGSPEdge)
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 LGSPEdge)
Public propertySource The source node of the edge.
(Inherited from LGSPEdge)
Public propertyTarget The target node of the edge.
(Inherited from LGSPEdge)
Public propertyType The EdgeType of the edge.
(Inherited from LGSPEdge)
Public propertyValid This is true, if this edge is a valid graph element, i.e. it is part of a graph.
(Inherited from LGSPEdge)
Top
See Also