Gets the options of the sheet.

syntaxSyntax:
DlxSheet.GetSheetFlags()

Return Value

Returns 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.

Example

  Copy codeCopy code

See also