GetArrowsOnDiagram
new to Analytica 5.0
GetArrowsOnDiagram(module, browseOnly, asStruct)
Returns a list of the arrows that appear on an influence diagram. Each arrow returned has three elements:
- Handle to source node
- handle to target node
- flags -- a sum of integer bits:
- 1 = the arrow is a dynamic arrow.
- 2 = the arrow is hidden in browse mode, but visible in edit mode. (new to Analytica 6.0)
(new to Analytica 6.0). When the optional «browseOnly» parameter is set to true, arrows that are hidden in browse mode are not included in the result.
(new to Analytica 7.1) When the optional asStruct:True is specified, returns each arrow as a ArrowInfo struct instance. This can be more convenient for cases that involve a conversion to JSON.
History
Introduced in Analytica 5.0.
Added «asStruct» option in Analytica 7.1.
See Also
Comments
Enable comment auto-refresher