PropertyTypeHasPropertyValue Method |
Check if an element has a property value
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public abstract bool HasPropertyValue(
int elementId
)
Public MustOverride Function HasPropertyValue (
elementId As Integer
) As Boolean
public:
virtual bool HasPropertyValue(
int elementId
) abstract
abstract HasPropertyValue :
elementId : int -> bool
Parameters
- elementId
- Type: SystemInt32
Id of a Vertex/Edge
Return Value
Type:
Booleantrue if element has a property value for this property type
See Also