COM Interface: ISchBlock
In eCADSTAR Schematic Editor, this class provides access to the name of a block, its associated sheets and the ISymbol value.
Members
Properties
| Property | Description |
|---|---|
| BSTR Name {get} | Returns the name of the block. |
| ISchSheets Sheets {get} | Returns the collection of sheets in the block. |
| ISymbol Symbol {get} | Returns the symbol value for the block. |

