Click or drag to resize

PropertyTypeGetPropertyVertices Method (Boolean)

[Missing <summary> documentation for "M:VelocityGraph.PropertyType.GetPropertyVertices(System.Boolean)"]

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public abstract IEnumerable<Vertex> GetPropertyVertices(
	bool polymorphic = false
)

Parameters

polymorphic (Optional)
Type: SystemBoolean

[Missing <param name="polymorphic"/> documentation for "M:VelocityGraph.PropertyType.GetPropertyVertices(System.Boolean)"]

Return Value

Type: IEnumerableVertex

[Missing <returns> documentation for "M:VelocityGraph.PropertyType.GetPropertyVertices(System.Boolean)"]

See Also