Share

BandSetItem.MajorInterval 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.280

Syntax

C#

public abstract double MajorInterval { get; set; }

VB

Public MustOverride Property MajorInterval As Double
	Get
	Set

C++

public:
virtual property double MajorInterval {
	double get () abstract;
	void set (double value) abstract;
}

Property Value

Double

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the band type is not BandType::ProfileData or BandType::SectionData.

See Also

Reference

Was this information helpful?