Gets or sets the band minor interval distances for views.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public override double MinorInterval { get; set; }
Visual Basic
Public Overrides Property MinorInterval As Double
	Get
	Set
Visual C++
public:
virtual property double MinorInterval {
	double get () override;
	void set (double value) override;
}

Exceptions

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

See Also