Share

ProfileDataBandStyle.MajorIncrementTickStyle Property

Gets the band profile data tick style at the major increment.



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

Syntax

C#

public BandTickStyle MajorIncrementTickStyle { get; }

VB

Public ReadOnly Property MajorIncrementTickStyle As BandTickStyle
	Get

C++

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

Property Value

BandTickStyle

See Also

Reference

Was this information helpful?