Plugin
From CSI Wiki
Contents |
Writing Plugins
Expand (all)
Registering Plugins
Undocumented (all)
To register a plugin (say plugin.dll) on your system, run the following command on the command prompt:
c:\windows\Microsoft.NET\Framework\v2.0.50727\regasm /codebase /tlb /verbose plugin.dll
where
- plugin.dll is the name of the plugin DLL file
Use the /codebase option if the Plug-In was created with a strong name[1], otherwise this option can be omitted. If the /codebase option is used for a Plug-In that does not have a strong name, a warning message is generated. This warning message can be ignored and the Plug-In will still work.
Plugins from 3rd parties
- Sap Revit Ex for CSI Sap2000 by Cacto
References
| Plugin e | |
| Topic | Overview · Sample Plugin 1 |
| See Also | API |
| Related Categories | Plugin |
Categories: Expand | Undocumented | Plugin | Topic

