Search found 1 match

by InGeomatics.com
Tue May 25, 2021 2:05 am
Forum: Coding Questions
Topic: AutoCAD
Replies: 2
Views: 1315

AutoCAD

How can I do this with PureBasic?
I try to use COMatePLUS but unsuccessfully. Don't know how to transfer variable values (like the arrays for coordinates startPoint and endPoint).

Dim acadApp As AcadApplication
Dim acadDoc As AcadDocument
Dim lineObj As AcadLine

Private Sub Command2_Click()
On ...