Path.isReversedRelationshipAt

Returns the orientation of the edge at the given index. index should be less than length of the path. Return: True if the edge is reversed, false otherwise.

struct Path
const
bool
isReversedRelationshipAt
(
uint index
)

Meta