techDeleteLP
techDeleteLP(
d_layerPurposeID
)
=> t / nil
Description
Deletes the specified layer-purpose pair from the current technology database. ASCII technology file location: in the techLayerPurposePriorities and techDisplays subsections of the layerDefinitions section.
For more information about the layerDefinitions section, see
Arguments
|
The database identifier of the layer-purpose pair to delete. |
Value Returned
|
The layer-purpose pair was deleted from the |
|
|
The technology database does not exist or the layer-purpose pair is not defined in the technology database. |
Example
techDeleteLP(lpID)
=> t
Deletes the layer-purpose pair identified by lpID from the layerDefinitions section. References to the layer-purpose pair might still exist in other technology database sections, which must be updated separately.
Return to top