VertexTypeGetPropertyValue Method |
Get the property value for a
Vertex
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Object GetPropertyValue(
int vertexId,
PropertyType propertyType
)
Public Function GetPropertyValue (
vertexId As Integer,
propertyType As PropertyType
) As Object
public:
Object^ GetPropertyValue(
int vertexId,
PropertyType^ propertyType
)
member GetPropertyValue :
vertexId : int *
propertyType : PropertyType -> Object
Parameters
- vertexId
- Type: SystemInt32
Id of Vertex - propertyType
- Type: VelocityGraphPropertyType
Type of property
Return Value
Type:
Object[Missing <returns> documentation for "M:VelocityGraph.VertexType.GetPropertyValue(System.Int32,VelocityGraph.PropertyType)"]
See Also