Click or drag to resize

PropertyTypeHasPropertyValue Method

Check if an element has a property value

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public abstract bool HasPropertyValue(
	int elementId
)

Parameters

elementId
Type: SystemInt32
Id of a Vertex/Edge

Return Value

Type: Boolean
true if element has a property value for this property type
See Also