

An AutoCAD Land Desktop project.
VBA object name: |
AeccProject |
---|---|
Create using: |
Projects.Add |
Access via: |
Projects.Item Application.ActiveProjects |
The Project object represents a project in the AutoCAD Land Desktop. Projects are used to manage and organize all the data for a job that you are working on. This data includes the project point file, alignment database, parcel database, surface database, drawing files, and so on.
AutoCAD Land Desktop works with only one project at a time. You can query certain properties of all Project objects in the Projects collection, but access to project-based data (such as CogoPoints) is only allowed in the ActiveProject. The ActiveProject object has its Active property set to TRUE.
Methods None |
Properties |
Events |