Using the Object Model

Using the Object Model

Objects are the main building blocks of VBA applications. Each exposed object represents a precise part of progeCAD, such as the active document, the active window, and various drawing entities, including lines, arcs, and text. The objects are structured in a hierarchical fashion called the object model. The object model shows you which object provides access to the next level of objects.

You manipulate progeCAD objects through properties and methods applicable to each object. The API Reference section of this help file describes the object model.