The CivilApplication class. This is the base class used to access CivilDocument.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.ApplicationServicesCivilApplication
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class CivilApplication
VB
Public NotInheritable Class CivilApplication
C++
public ref class CivilApplication sealed
The CivilApplication type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() ![]() | ActiveDocument | Gets the active CivilDocument object. |
![]() ![]() | ActiveProduct | Gets the type of the currently running product. For example, Civil 3D can also be run as AutoCAD. |
![]() ![]() | SurveyProjects | Gets the survey projects list information |
Remarks
Use the CivilApplication object to get the current document, or to determine what application version is running.Example
1!ERROR: See log file!