This extension class extends the interface of the Database object to provide methods related to Civil 3D Land features.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public static class LandDatabaseExtension
Visual Basic
<ExtensionAttribute> _
Public NotInheritable Class LandDatabaseExtension
Visual C++
[ExtensionAttribute]
public ref class LandDatabaseExtension abstract sealed

Remarks

This class extends the interface provide by the Database object to add methods related to Civil 3D Land features. The methods provided by this class used to be implemented in the CivilDocument class, which is now being deprecated.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..LandDatabaseExtension

See Also