LandDatabaseExtension Class

This extension class extends the interface of the Database object to provide methods related to Civil 3D Land features.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesLandDatabaseExtension

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static class LandDatabaseExtension

The LandDatabaseExtension type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetCivilAlignmentIds Returns an ObjectIdCollection containing the ObjectId's of all the alignments in the drawing.
Public Extension MethodGetCivilAlignmentTableIds Returns an ObjectIdCollection containing the ObjectId's of all the alignment tables in the drawing.
Public Extension MethodGetCivilBridgeIds Returns an ObjectIdCollection containing the ObjectId's of all the bridges in the drawing.
Public Extension MethodGetCivilCatchmentGroups 
Public Extension MethodGetCivilLegendTableIds Returns an ObjectIdCollection containing the ObjectId's of all the legend tables in the drawing.
Public Extension MethodGetCivilParcelSegmentTableIds Returns an ObjectIdCollection containing the ObjectId's of all the parcel segment tables in the drawing.
Public Extension MethodGetCivilParcelTableIds Returns an ObjectIdCollection containing the ObjectId's of all the parcel tables in the drawing.
Public Extension MethodGetCivilPointTableIds Returns an ObjectIdCollection containing the ObjectId's of all the point tables in the drawing.
Public Extension MethodGetCivilSiteIds Returns an ObjectIdCollection containing the ObjectId's of all the sites in the drawing.
Public Extension MethodGetCivilSitelessAlignmentIds Returns an ObjectIdCollection containing the ObjectId's of all site-less alignments in the drawing.
Public Extension MethodGetCivilSitelessFeatureLineIds Returns an ObjectIdCollection containing the ObjectId's of all site-less feature lines in the drawing.
Public Extension MethodGetCivilSurfaceIds Returns an ObjectIdCollection containing the ObjectId's of all the surfaces in the drawing.
Public Extension MethodGetCivilViewFrameGroupIds Returns an ObjectIdCollection containing the ObjectId's of all the view frame groups in the drawing.
Top
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.
See Also