Share

SectionDataBandStyle.CenterlineTickStyle Property

Gets the band section data tick style at the centerline.



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

Syntax

C#

public BandTickStyle CenterlineTickStyle { get; }

VB

Public ReadOnly Property CenterlineTickStyle As BandTickStyle
	Get

C++

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

Property Value

BandTickStyle

See Also

Reference

Was this information helpful?