BandSetItemMinorInterval Property |
Gets or sets the band minor interval distances for views.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic abstract double MinorInterval { get; set; }Public MustOverride Property MinorInterval As Double
Get
Set
public:
virtual property double MinorInterval {
double get () abstract;
void set (double value) abstract;
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the band type is not BandType::ProfileData or BandType::SectionData.
|
See Also