dbRemoveStrapObject
dbRemoveStrapObject(
d_strapId
d_dbId
)
=> t / nil
Description
Removes the database object from the specified strap pattern.
Arguments
|
The strap pattern ID from where the specified database object must be removed. |
|
|
The database object ID that must be removed from the specified strap pattern ID. |
Value Returned
|
The database object ID was removed from the specified strap pattern ID. |
|
|
The database object ID was not removed from the specified strap pattern ID. |
Examples
dbRemoveStrapObject(strap rect1)
Related Topics
Topology Pattern Database Access Functions
Return to top