Share

SectionDataBandStyle.MinorIncrementTickStyle Property

Gets the band section data tick style at the minor increment.



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

Syntax

C#

public BandTickStyle MinorIncrementTickStyle { get; }

VB

Public ReadOnly Property MinorIncrementTickStyle As BandTickStyle
	Get

C++

public:
property BandTickStyle^ MinorIncrementTickStyle {
	BandTickStyle^ get ();
}

Property Value

BandTickStyle

See Also

Reference

Was this information helpful?