This extension class extends the interface of the Database object to provide methods related to Civil 3D Land features.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesLandDatabaseExtension
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static class LandDatabaseExtension
VB
<ExtensionAttribute> Public NotInheritable Class LandDatabaseExtension
C++
[ExtensionAttribute] public ref class LandDatabaseExtension abstract sealed
The LandDatabaseExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetCivilAlignmentIds | Returns an ObjectIdCollection containing the ObjectId's of all the alignments in the drawing. |
![]() | GetCivilAlignmentTableIds | Returns an ObjectIdCollection containing the ObjectId's of all the alignment tables in the drawing. |
![]() | GetCivilBridgeIds | Returns an ObjectIdCollection containing the ObjectId's of all the bridges in the drawing. |
![]() | GetCivilCatchmentGroups | |
![]() | GetCivilLegendTableIds | Returns an ObjectIdCollection containing the ObjectId's of all the legend tables in the drawing. |
![]() | GetCivilParcelSegmentTableIds | Returns an ObjectIdCollection containing the ObjectId's of all the parcel segment tables in the drawing. |
![]() | GetCivilParcelTableIds | Returns an ObjectIdCollection containing the ObjectId's of all the parcel tables in the drawing. |
![]() | GetCivilPointTableIds | Returns an ObjectIdCollection containing the ObjectId's of all the point tables in the drawing. |
![]() | GetCivilSiteIds | Returns an ObjectIdCollection containing the ObjectId's of all the sites in the drawing. |
![]() | GetCivilSitelessAlignmentIds | Returns an ObjectIdCollection containing the ObjectId's of all site-less alignments in the drawing. |
![]() | GetCivilSitelessFeatureLineIds | Returns an ObjectIdCollection containing the ObjectId's of all site-less feature lines in the drawing. |
![]() | GetCivilSurfaceIds | Returns an ObjectIdCollection containing the ObjectId's of all the surfaces in the drawing. |
![]() | GetCivilViewFrameGroupIds | Returns an ObjectIdCollection containing the ObjectId's of all the view frame groups in the drawing. |