VertexTypeEdgeTypes Property |
All edge types connected with this vertex type.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public BTreeSet<EdgeType> EdgeTypes { get; }
Public ReadOnly Property EdgeTypes As BTreeSet(Of EdgeType)
Get
public:
property BTreeSet<EdgeType^>^ EdgeTypes {
BTreeSet<EdgeType^>^ get ();
}
member EdgeTypes : BTreeSet<EdgeType> with get
Property Value
Type:
BTreeSetEdgeTypeSee Also