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: 11.1.0.0 (11.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