SectionViewBandSetItemMajorInterval Property |
Gets or sets the band major interval distances for views.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override double MajorInterval { get; set; }
Public Overrides Property MajorInterval As Double
Get
Set
public:
virtual property double MajorInterval {
double get () override;
void set (double value) override;
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the band type is not BandType::ProfileData or BandType::SectionData.
|
See Also