ScrNetIsDisjoint
| Checks whether a net is disjoint. | |
| UI Command: | None. |
| Syntax: | obj.ScrNetIsDisjoint(<netName>)
|
| Parameters: |
BSTR netName |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrNetIsDisjoint("MY-NET") |
| IPY Example: |
oDoc.ScrNetIsDisjoint('MY-NET') |