dbTransformAccessDirection
dbTransformAccessDirection(x_dirCode t_orient) =>x_dirCode/ nil
Description
Transforms the given direction by the specified orientation and returns the corresponding access direction.
Arguments
|
Access direction expressed as an integer. |
|
Value Returned
|
Access direction expressed as an integer. |
|
Example
dbTransformAccessDirection(4 "R270")
Return to top