Documentation AutoCAD API for VBasic?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Where can I find the VBasic API documentation of AutoCAD 3D? The help I get from within the VBasic environment of AutoCAD includes only the general VBasic language reference, and not specifics of AutoCAD stuff...
I am good at programming in VBasic (from Excel, for instance), but very new to AutoCAD Civil 3D. I would like to write my code directly under the VBasic environment on AutoCAD.
So far, I've been using Excel / VBasic programs and doing tricks like: (1) creating, copying and pasting AutoCAD commands to the command area, (2) creating/importing and exporting/reading PENZ files, and (3) exporting/reading obect data.
For instance, I want:
.- to draw lines, polylines, points, etc. on especific layers
.- to create COGO points
.- to use commands like "Elevations form surface" on those COGO points.
.- execute AutoCAD commands in general...
Thanks.