CivilApplication Class

The CivilApplication class. This is the base class used to access CivilDocument.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.ApplicationServicesCivilApplication

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CivilApplication

The CivilApplication type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCode exampleActiveDocument Gets the active CivilDocument object.
Public propertyStatic memberActiveProduct Gets the type of the currently running product. For example, Civil 3D can also be run as AutoCAD.
Public propertyStatic memberSurveyProjects Gets the survey projects list information
Top
Remarks
Use the CivilApplication object to get the current document, or to determine what application version is running.
Example
C#
1!ERROR: See log file!
See Also