Support file search path
How can I access "Support file search path" of BricsCAD using C# ?
0
Comments
-
The SRCHPATH is stored within the 'Config' section of the active user profile under:
Computer\HKEY_CURRENT_USER\Software\Bricsys\BricsCAD\V18x64\en_US\Profiles\\Config
You could access it via IConfigurationSection
public interface IConfigurationSection
Member of Bricscad.ApplicationServicesHave added some C# code within 'srchpath.cs.txt' which can perhaps help...
0
This discussion has been closed.