EdgeGetProperty Method (PropertyType) |
Gets the Value for the given Property id
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic IComparable GetProperty(
PropertyType property
)
Public Function GetProperty (
property As PropertyType
) As IComparable
public:
IComparable^ GetProperty(
PropertyType^ property
)
member GetProperty :
property : PropertyType -> IComparable
Parameters
- property
- Type: VelocityGraphPropertyType
Property type identifier.
Return Value
Type:
IComparableProperty value as
IComparable
See Also