PropertyTypeIsVertexProperty Property |
Is this a
Vertex property, if not then it is an
Edge property
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool IsVertexProperty { get; }
Public ReadOnly Property IsVertexProperty As Boolean
Get
public:
property bool IsVertexProperty {
bool get ();
}
member IsVertexProperty : bool with get
Property Value
Type:
Boolean
See Also