EdgeTypeDirected Property |
Is Directed if edge type is not birectionalal
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public bool Directed { get; }
Public ReadOnly Property Directed As Boolean
Get
public:
property bool Directed {
bool get ();
}
member Directed : bool with get
Property Value
Type:
BooleanSee Also