techIsReadPermission
techIsReadPermission(
d_techFileID
t_sectionname
)
=> t / nil
Description
Indicates whether the current user has read permission explicitly set on the specified section in the specified technology database.
Arguments
Value Returned
|
The user does not have read permission explicitly set or the technology file does not exist. |
Example
techIsReadPermission(tfID "layerDefinitions")
=> t
Checks for read permission for the current user on the layerDefinitions section in the technology file with the database identifier stored in tfID; it displays t to indicate that the user has read permission explicitly set.
Return to top