ProfileViewBandSetItemMinorInterval Property

Gets or sets the band minor interval distances for views.

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

Property Value

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