C# Example project - Populate template from winforms app
Hi
I've got a C# winforms app that populates all our templates and folder structure for each job (very repetitive work). I want to extend the app to populate the DWG templates using COM or .NET BricsCAD api.
Can't find any basic examples of which DLLs to reference. Can any point me to some sample code to get me started.
Cheers
Adam
I've got a C# winforms app that populates all our templates and folder structure for each job (very repetitive work). I want to extend the app to populate the DWG templates using COM or .NET BricsCAD api.
Can't find any basic examples of which DLLs to reference. Can any point me to some sample code to get me started.
Cheers
Adam
0
Comments
-
Hi Adam,
You find the examples for .NET and COM API in the installation directory of Bricscad in the API sub-directory
e.g. C:\Program Files\Bricsys\BricsCAD V23 en_US\API
The DLLs to reference are in the installation directory as well...
for .NET
BrxMgd.dll
TD_Mgd.dll
TD_MgdBrep.dll
for COM
axbricscadapp1.dll
axbricscaddb1.dll
For API documentation look at
https://developer.bricsys.com/bricscad/help/en_US/V23/DevRef/index.html
0 -
API sub-directory.......
0 -
Thanks for your help.
Had to go with COM as my app is using .NET 5.00