Gets or sets the band major interval distances for views.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public abstract double MajorInterval { get; set; } |
| Visual Basic |
|---|
Public MustOverride Property MajorInterval As Double
Get
Set |
| Visual C++ |
|---|
public:
virtual property double MajorInterval {
double get () abstract;
void set (double value) abstract;
} |
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when the band type is not BandType::ProfileData or BandType::SectionData.
|
See Also