PropertyTypeTTGetPropertyValue Method |
Get property value of a Vertex/Edge
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override IComparable GetPropertyValue(
int element
)
Public Overrides Function GetPropertyValue (
element As Integer
) As IComparable
public:
virtual IComparable^ GetPropertyValue(
int element
) override
abstract GetPropertyValue :
element : int -> IComparable
override GetPropertyValue :
element : int -> IComparable
Parameters
- element
- Type: SystemInt32
[Missing <param name="element"/> documentation for "M:VelocityGraph.PropertyTypeT`1.GetPropertyValue(System.Int32)"]
Return Value
Type:
IComparablethe property value
See Also