Product: | MicroStation | ||
Version: | V8 | ||
Environment: | N\A | ||
Area: | Reference | ||
Subarea: | N\A |
Problem
How to restrict full path and resolve references only with MS_RFDIR
Want to restrict full path
Want to restrict relative path
Want to only resolve references with MS_RFDIR
Solution
Disable Full path
Set variable:
MS_DISALLOWFULLREFPATH = 1
Disable Relative path
Set variable:
MS_DISALLOWRELATIVEREFPATH = 1
Notes:
-Set both variables to restrict both
-MS_DISALLOWRELATIVEREFPATH currently needs to be created
See Also
Other language sources
Original Author: | Bentley Technical Support Group |