Click or drag to resize

Vertex Properties

The Vertex type exposes the following members.

Properties
  NameDescription
Public propertyId
An identifier that is unique to its inheriting class. All vertices of a graph must have unique identifiers. All edges of a graph must have unique identifiers.
(Overrides DictionaryElementId.)
Public propertyVertexId
Gets the unique id of a vertex
Public propertyVertexType
Gets the vertex type of this Vertex
Top
See Also