using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; #if BRX_APP using Bricscad.ApplicationServices; using Bri
#if BRICS public static Document Open(this DocumentCollection dc, string dwgPath) // вообще-то параметр dc не нужен, добавлен чисто для совместимости c AutoCAD {
#if BRX_APP using System.Diagnostics; using Teigha.Runtime; using Teigha.DatabaseServices; using Bricscad.ApplicationServices; using Teigha.Geometry; using Bricscad.EditorInput; using Arx_App = Bricsc
I am sorry, but my command of VBA is not so great when it comes to using other apps. I think this has been confounded by my ongoing problems and seeming random scattering of ways to command other p…
and Bcad) the USING alias would look like such: #if BCAD using AcBc = BricscadApp; #endif #if ACAD using AcBc = AutoCAD; #endif etc etc... AcBc.AcadApplication app = AcAp.Application.Acad
that PropertiesPanel C++ API is BricsCAD-specific ... so you will likely need to split your application code into 2 parts, for ARX + BRX (usually using #ifdef ...).