Talk:Repository.BlockSim.GetRBDBlockData/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:API}}{{Template:APIBreadcrumb|.Repository}} <onlyinclude>Returns an RBDBlockData object that represents the characteristi…')
 
(published changes for 10.1.4)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}
=DRAFT=
 
 
<onlyinclude>Returns an [[RBDBlockData Class|RBDBlockData]] object that represents the characteristics of a BlockSim block.</onlyinclude>
 
== Syntax ==
'''.BlockSim.GetRBDBlockData'''(''DiagramID'', ''BlockID'')
 
===Parameters===
''DiagramID''
:Required. Integer. The numeric ID of the reliability block diagram (RBD) or fault tree.
 
''BlockID''
:Required. Integer. The numeric ID of the block.
 
 
==Example==

Latest revision as of 23:30, 6 September 2016

DRAFT