Share

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.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

 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

Remarks

Use the CivilApplication object to get the current document, or to determine what application version is running.

Example

1!ERROR: See log file!

See Also

Reference

Was this information helpful?