dbSoftConnectTermHasConnectToLayer
dbSoftConnectTermHasConnectToLayer (
d_termId
)
=> t / nil
Description
Checks if the given terminal has the softConnect connectToLayer attribute set.
If the given terminal is not a softConnect terminal, nil is returned.
Arguments
Value Returned
|
The terminal has the |
|
|
The terminal is not a |
Examples
dbSoftConnectTermHasConnectToLayer( term )=> t
Related Topics
Soft Connect Terminal Functions
Return to top