Share

BandStylesRoot Class

The root object that contains collections of the various band styles in a document.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesBandStylesRoot


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

Syntax

C#

public class BandStylesRoot : TreeOidWrapper

VB

Public Class BandStylesRoot
	Inherits TreeOidWrapper

C++

public ref class BandStylesRoot : public TreeOidWrapper

The BandStylesRoot type exposes the following members.

Properties

 NameDescription
Public propertyProfileViewHorizontalGeometryBandStyles Gets the collection of all profile view horizontal geometry band styles.
Public propertyProfileViewPipeNetworkBandStyles Gets the collection of all profile view pipe network band styles.
Public propertyProfileViewProfileDataBandStyles Gets the collection of all profile view profile data band styles.
Public propertyProfileViewSectionalDataBandStyles Gets the collection of all profile view sectional data band styles.
Public propertyProfileViewSuperElevationBandStyles Gets the collection of all profile view super elevation band styles.
Public propertyProfileViewVerticalGeometryBandStyles Gets the collection of all profile view vertical geometry band styles.
Public propertySectionViewSectionDataBandStyles Gets the collection of all section view section data band styles.
Public propertySectionViewSegmentsBandStyles Gets the collection of all section view section segments band styles.

Extension Methods

 NameDescription
Public Extension MethodGetProfileViewPressureNetworkBandStyles Gets the root of all pressure network profile band styles.
(Defined by BandStylesRootPressurePipesExtension)

See Also

Reference

Was this information helpful?