Sets the options of the sheet.
Syntax: |
DlxSheet.SetSheetFlags(flags)
|
Parameters
Parameter |
Description |
flags |
Specify a combination of the following values:
DlxApp.SHEETOPTION_SHOWHIDDENPIN |
Displays any pins that are not visible. |
DlxApp.SHEETOPTION_EXCLUDEFROMSIM |
It allows to exclude from the simulation all the components present in the linked page. |
DlxApp.SHEETOPTION_EXCLUDEFROMPCB |
Excludes all components on the linked page from the PCB. |
|
Return Value
If the operation ends correctly, it returns true otherwise it returns false.
Example
|
Copy code
|
|
See also