Share via


ReqActionGraphHelper.addEdge Method [AX 2012]

Adds a new edge to the edge collection.

Syntax

protected void addEdge(
    ReqTrans _reqTransFrom, 
    ReqTrans _reqTransTo, 
    str _text, 
    ReqGraphEdgeType _edgeType)

Run On

Called

Parameters

  • _text
    Type: str
    The text to display for the edge.

See Also

Reference

ReqActionGraphHelper Class