pinTextPurposeNames
layout pinTextPurposeNames string { "drawing" | "any_other_validPurpose_name" }
Description
Specifies the layer purpose names used to filter the Layer Purpose for the Set Pin Label Text Style Form form.
If the layer purpose names to be used for the filter are not specified, or none of the specified layer purpose names match a valid layer purpose, all the valid layer purposes are used.
GUI Equivalent
Examples
envGetVal("layout" "pinTextPurposeNames")
envSetVal("layout" "pinTextPurposeNames" 'string "drawing")
Related Topics
Return to top