dbSetRouteSubAuthor
dbSetRouteSubAuthor(d_routeId t_subAuthorType) => t/nil
Description
Sets the sub-author attribute on the specified route.
Arguments
|
Name of the sub-author type to be set. |
Value Returned
Examples
Create a new route rtl and set sub-author type as Mesh.
rt1 = dbCreateRoute(MainCV mainNet t "normal")
dbSetRouteSubAuthor(rt1 "Mesh")
=> t
dbGetRouteSubAuthor(rt1)
=> "Mesh"
Related Topics
Return to top