EdgeTypeUnrestricted Property |
Is this edge type restricted to a certain head and tail vertex type?
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool Unrestricted { get; }
Public ReadOnly Property Unrestricted As Boolean
Get
public:
property bool Unrestricted {
bool get ();
}
member Unrestricted : bool with get
Property Value
Type:
Boolean
See Also