Click or drag to resize

PropertyTypeTTHasPropertyValue Method

Does a certain element (Edge/Vertex) have a property value for this property type

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

Parameters

elementId
Type: SystemInt32
element id of element

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityGraph.PropertyTypeT`1.HasPropertyValue(System.Int32)"]

See Also