How to add your knowledge

Autodesk.Gis.Map.Project.ProjectModel

    Table of contents
    No headers

    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;