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
)
Public Overrides Function HasPropertyValue (
elementId As Integer
) As Boolean
public:
virtual bool HasPropertyValue(
int elementId
) override
abstract HasPropertyValue :
elementId : int -> bool
override HasPropertyValue :
elementId : int -> bool
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