techDeleteViaDef
techDeleteViaDef(
d_viaDefID
)
=> t / nil
Description
Deletes the specified via definition from the current technology database.
Arguments
Value Returned
Example
vdID = techFindViaDefByName(tfID "viad")
=> db:0x01798a8c
Returns the database identifier for the via definition named viad in the technology database identified by tfID and assigns it to the variable vdID.
techDeleteViaDef(vdID)
=> t
Deletes the via definition identified by vdID.
Return to top