VerticalGeometryBandStyle Class

The vertical geometry band style wrapper class.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesBandStyle
                  Autodesk.Civil.DatabaseServices.StylesVerticalGeometryBandStyle

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

The VerticalGeometryBandStyle type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyBandHeight Gets or sets the height of the band used in the title.
(Inherited from BandStyle)
Public propertyBandType Gets the BandType enum value that specifies the type of data band data.
(Overrides BandStyleBandType)
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyCrestCurveLabelStyleId Gets the band vertical geometry label style id at the crest curve.
Public propertyCrestCurveTickStyle Gets the band vertical geometry tick style at the crest curve.
Public propertyDateCreatedGets the "Date created" string for the style.
(Inherited from StyleBase)
Public propertyDateModifiedGets the "Date modified" string for the style.
(Inherited from StyleBase)
Public propertyDescription Gets or sets the description.
(Inherited from DBObject)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyDownhillTangentLabelStyleId Gets the band vertical geometry label style id at the down hill tangent.
Public propertyDownhillTangentTickStyle Gets the band vertical geometry tick styleat the down hill tangent.
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyLabelOnlyTangents Gets or sets the value which decides whether to label tangents only for extended tangent lengths from PVI to PVI location on the profile.
Public propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets the "Name" string for the style.
(Inherited from StyleBase)
Public propertyOffsetFromBand Gets or sets the distance between the title box and the left side of the data band.
(Inherited from BandStyle)
Public propertySagCurveLabelStyleId Gets the band vertical geometry label style id at the sag curve.
Public propertySagCurveTickStyle Gets the band vertical geometry tick style at the sag curve.
Public propertyText Gets or sets the current title text.
(Inherited from BandStyle)
Public propertyTextBoxPosition Gets or sets the text box position of the band title.
(Inherited from BandStyle)
Public propertyTextBoxWidth Gets or sets the width of the box that contains the text of the band title.
(Inherited from BandStyle)
Public propertyTextHeight Gets or sets the height of the band title text in plot units.
(Inherited from BandStyle)
Public propertyTextLocation Gets or sets the band title text location.
(Inherited from BandStyle)
Public propertyTextStyle Gets or sets the string name of the AutoCAD text style for the band.
(Inherited from BandStyle)
Public propertyTitleTextLabelStyleId Gets the band profile data title text label style.
(Overrides BandStyleTitleTextLabelStyleId)
Public propertyUphillTangentLabelStyleId Gets the band vertical geometry label style id at the up hill tangent.
Public propertyUphillTangentTickStyle Gets the band vertical geometry tick style at the up hill tangent.
Public propertyWeedingFactor Gets or sets the band weeding factor.
(Inherited from BandStyle)
Top
Methods
 NameDescription
Public methodCopyAsSibling Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase)
Public methodExportTo(Database, StyleConflictResolverType) Exports the current style to another drawing.
(Inherited from StyleBase)
Public methodGetDisplayStylePlan Gets the DisplayStyle object that specifies plan display properties for the VerticalGeometry component.
Top
See Also