SectionViewBandSetItemMajorInterval Property

Gets or sets the band major interval distances for views.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override double MajorInterval { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the band type is not BandType::ProfileData or BandType::SectionData.
See Also