Gets the symbol to add outside the component graphic symbol.
Syntax: |
---|
DlxPin.GetSymbolOutside() |
Return Value
Returns one of the following values:
DlxApp.IEEESYMBOLOUTSIDE_NONE | |
DlxApp.IEEESYMBOLOUTSIDE_FLOWIN | |
DlxApp.IEEESYMBOLOUTSIDE_FLOWOUT | |
DlxApp.IEEESYMBOLOUTSIDE_FLOWBI | |
DlxApp.IEEESYMBOLOUTSIDE_ANALOG | |
DlxApp.IEEESYMBOLOUTSIDE_DIGITAL | |
DlxApp.IEEESYMBOLOUTSIDE_NONLOGIC |
Example
Copy code | |
---|---|
|