TableStylesRoot Class

The root object of all Civil 3D table-related styles.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesTableStylesRoot

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class TableStylesRoot : TreeOidWrapper

The TableStylesRoot type exposes the following members.

Properties
 NameDescription
Public propertyAlignmentCurveTableStyles Gets the collection of all alignment curve table styles.
Public propertyAlignmentLineTableStyles Gets the collection of all alignment line table styles.
Public propertyAlignmentSegmentTableStyles Gets the collection of all alignment segment table styles.
Public propertyAlignmentSpiralTableStyles Gets the collection of all alignment spiral table styles.
Public propertyParcelAreaTableStyles Gets the collection of all parcel area table styles.
Public propertyParcelCurveTableStyles Gets the collection of all parcel curve table styles.
Public propertyParcelLineTableStyles Gets the collection of all parcel line table styles.
Public propertyParcelSegmentTableStyles Gets the collection of all parcel segment table styles.
Public propertyPipeTableStyles Gets the collection of all pipe table styles.
Public propertyPointTableStyles Gets the collection of all point table styles.
Public propertyQuantityTakeoffMaterialTableStyles Gets the collection of all quantity takeoff material table styles.
Public propertyQuantityTakeoffTotalVolumeTableStyles Gets the collection of all quantity takeoff total volume table styles.
Public propertySectionViewMaterialTableStyles Gets the collection of all section view material table styles.
Public propertySectionViewTotalVolumeTableStyles Gets the collection of all section view total volume table styles.
Public propertyStructureTableStyles Gets the collection of all structure table styles.
Public propertySurfaceContourTableStyles Gets the collection of all surface contour table styles.
Public propertySurfaceDirectionTableStyles Gets the collection of all surface direction table styles.
Public propertySurfaceElevationTableStyles Gets the collection of all surface elevation table styles.
Public propertySurfaceSlopeArrowContourTableStyles Gets the collection of all surface user slope arrow table styles.
Public propertySurfaceSlopeTableStyles Gets the collection of all surface slope table styles.
Public propertySurfaceUserDefinedContourTableStyles Gets the collection of all surface user defined contour table styles.
Public propertySurfaceWatershedTableStyles Gets the collection of all surface watershed table styles.
Top
Extension Methods
 NameDescription
Public Extension MethodGetPressureAppurtenanceTableStyles Gets the collection of all appurtenance table styles in the database.
(Defined by TableStylesRootPressurePipesExtension)
Public Extension MethodGetPressureFittingTableStyles Gets the collection of all fitting table styles in the database.
(Defined by TableStylesRootPressurePipesExtension)
Public Extension MethodGetPressurePipeTableStyles Gets the collection of all pressure pipe table styles in the database.
(Defined by TableStylesRootPressurePipesExtension)
Top
See Also