VertexGetProperty Method (PropertyType) |
Gets the Value for the given Property id
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Object GetProperty(
PropertyType property
)
Public Function GetProperty (
property As PropertyType
) As Object
public:
Object^ GetProperty(
PropertyType^ property
)
member GetProperty :
property : PropertyType -> Object
Parameters
- property
- Type: VelocityGraphPropertyType
Property type identifier.
Return Value
Type:
Objectthe property value
See Also