Talk:RBDBlockData Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(published changes for 10.1.4)
 
Line 1: Line 1:
=DRAFT=
=DRAFT=
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}
<onlyinclude>Represents the properties of a BlockSim block.</onlyinclude>
==Properties==
{| {{APITable}}
|-
| style="width: 170px;"|BlockID||Gets the numeric ID of the block. '''Integer'''.
|-
|BlockType||Gets a value from the '''[[BlockDataType Enumeration|BlockDataType]]''' enumeration, which specifies the type of block (e.g., standard block, node block, fault tree gate, etc.). 
|-
|DiagramID||Gets the numeric ID of the reliability block diagram (RBD) or fault tree the block belongs to. '''Integer'''.
|-
|DisplayName||Gets or sets the name of the block. '''String'''.
|-
|URDID||Gets or sets the numeric ID of the block's universal reliability definition (URD). '''Integer'''.
|}
==See Also==
*[[Repository.BlockSim.GetRBDBlockData]]
*[[Repository.BlockSim.GetAllRBDBlocksData]]
*[[Repository.BlockSim.UpdateRBDBlockData]]

Latest revision as of 23:25, 6 September 2016

DRAFT