Difference between revisions of "GetArrowsOnDiagram"

m (4.7 -> 5.0)
(EW 19842)
Line 3: Line 3:
 
''new to [[Analytica 5.0]]''
 
''new to [[Analytica 5.0]]''
  
== GetArrowsOnDiagram(module) ==
+
== GetArrowsOnDiagram(module'', browseOnly'') ==
  
Returns a list of the arrows that appear on an influence diagram. Each arrow is returned as a reference to a list containing three elements: [[Handle]] to source node, handle to target node, an integer that has bit zero (i.e., is odd) when the arrow is a [[dynamic]] arrow.
+
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 5.5]])
 +
 
 +
(new to [[Analytica 5.5]]). When the optional «browseOnly» parameter is set to true, arrows that are hidden in browse mode are not included in the result.
  
 
==History==
 
==History==

Revision as of 21:05, 20 July 2020


new to Analytica 5.0

GetArrowsOnDiagram(module, browseOnly)

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 5.5)

(new to Analytica 5.5). When the optional «browseOnly» parameter is set to true, arrows that are hidden in browse mode are not included in the result.

History

Introduced in Analytica 5.0.

See Also

Comments


You are not allowed to post comments.