GraphFindVertexProperty Method |
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public PropertyType FindVertexProperty(
VertexType vertexType,
string name
)
Public Function FindVertexProperty (
vertexType As VertexType,
name As String
) As PropertyType
public:
PropertyType^ FindVertexProperty(
VertexType^ vertexType,
String^ name
)
member FindVertexProperty :
vertexType : VertexType *
name : string -> PropertyType
Parameters
- vertexType
- Type: VelocityGraphVertexType
vertex type with property type - name
- Type: SystemString
a name of a property
Return Value
Type:
PropertyType[Missing <returns> documentation for "M:VelocityGraph.Graph.FindVertexProperty(VelocityGraph.VertexType,System.String)"]
See Also