Autodesk.Gis.Map.Project.ProjectModel
Within a Map session, a user can open and close multiple projects. You cannot instantiate a project programmatically. A project is instantiated when a Map user opens a document. You can get the currently active project using the following code: ProjectModel activeProject = HostMapApplicationServices.Application.ActiveProject;