Click or drag to resize

IElement Interface

Represents an element in DSE Graph.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IElement : IEquatable<IElement>

The IElement type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the identifier as an instance of IGraphNode.
Public propertyLabel
Gets the label of the element.
Top
Methods
  NameDescription
Public methodGetProperties
Gets all properties of an element.
Public methodGetProperty
Gets a property by name.
Top
See Also