From a1a4a834d88164de3ae6e4d342e1c291f697e098 Mon Sep 17 00:00:00 2001 From: LightosTomJ Date: Tue, 6 Sep 2016 09:14:08 +0100 Subject: [PATCH] Create Registry Addin for R21 I needed this to get the "snoop db" function recognised by the command line. However, it said that it was an unknown function. --- Registry Addin for R21 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Registry Addin for R21 diff --git a/Registry Addin for R21 b/Registry Addin for R21 new file mode 100644 index 0000000..a0cac97 --- /dev/null +++ b/Registry Addin for R21 @@ -0,0 +1,13 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R21.0\ACAD-0000:409\Applications\SnoopDB] +"Description" = "This uses .NET Reflection to list all properties of AutoCAD Civil 3D major objects." +"LOADCTRLS"=dword:00000002 +"MANAGED"=dword:00000001 +"LOADER"="C:\\ProgramData\\Autodesk\\ApplicationPlugins\\Civil3DSnoopDB.bundle\\Contents\\R21\\SnoopCivil3DObjects.dll" + +[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R21.0\ACAD-0000:409\Applications\SnoopDB\Commands] +"snoopCivil3DDB" = "snoopCivil3DDB" + +[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R21.0\ACAD-0000:409\Applications\SnoopDB\Groups] +"SNOOP"="SNOOP"