VertexTypeSubTypes Property  | 
  
    Namespace: 
   VelocityGraph
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic List<VertexType> SubTypes { get; }Public ReadOnly Property SubTypes As List(Of VertexType)
	Get
public:
property List<VertexType^>^ SubTypes {
	List<VertexType^>^ get ();
}member SubTypes : List<VertexType> with get
Property Value
Type: 
ListVertexType
See Also