Click or drag to resize

EdgeType Properties

The EdgeType type exposes the following members.

Properties
  NameDescription
Public propertyDirected
Is Directed if edge type is not birectionalal
Public propertyHeadType
Gets the Head VertexType of the edge (might not be set)
Public propertyMyGraph
Graph for which this EdgeType belongs to
Public propertySubTypes
Sub types of this EdgeType
Public propertyTailType
Gets the Tail VertexType of the edge (might not be set)
Public propertyTypeId
Gets the id of the edge type
Public propertyTypeName
Gets the name of the this edge type
Public propertyUnrestricted
Is this edge type restricted to a certain head and tail vertex type?
Top
See Also