mg_path_relationship_at

Returns the relationship at position pos in traversal of path path.

Relationships are indexed from 0 to path length - 1.

Return: A pointer to the required relationship. If pos is outside of path bounds, NULL is returned.

extern (C)
mg_path_relationship_at
(
const mg_path* path
,
uint pos
)

Meta