PropertyTypeGetPropertyValue Method |
Get property value of a Vertex/Edge
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic abstract IComparable GetPropertyValue(
int elementId
)
Public MustOverride Function GetPropertyValue (
elementId As Integer
) As IComparable
public:
virtual IComparable^ GetPropertyValue(
int elementId
) abstract
abstract GetPropertyValue :
elementId : int -> IComparable
Parameters
- elementId
- Type: SystemInt32
Id of a Vertex/Edge
Return Value
Type:
IComparablethe property value
See Also