Share

HorizontalGeometryBandStyle.CurveTickStyle Property

Gets the band horizontal tick style at the curve.



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

Syntax

C#

public BandTickStyle CurveTickStyle { get; }

VB

Public ReadOnly Property CurveTickStyle As BandTickStyle
	Get

C++

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

Property Value

BandTickStyle

See Also

Reference

Was this information helpful?