EdgeTypeGetPropertyValue Method |
Gets a property value given an edge id and a property type
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IComparable GetPropertyValue(
int elementId,
PropertyType property
)
Public Function GetPropertyValue (
elementId As Integer,
property As PropertyType
) As IComparable
public:
IComparable^ GetPropertyValue(
int elementId,
PropertyType^ property
)
member GetPropertyValue :
elementId : int *
property : PropertyType -> IComparable
Parameters
- elementId
- Type: SystemInt32
an edge id - property
- Type: VelocityGraphPropertyType
a property type
Return Value
Type:
IComparablea property value
See Also