Share

SectionViewBandSetItem.MinorInterval Property

Gets or sets the band minor interval distances for views.



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

Syntax

C#

public override double MinorInterval { get; set; }

VB

Public Overrides Property MinorInterval As Double
	Get
	Set

C++

public:
virtual property double MinorInterval {
	double get () override;
	void set (double value) override;
}

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?