ShoulderCriticalPointsTickStyle Property

Gets the band tick style at the shoulder critical points.

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

Syntax

C#

public BandTickStyle ShoulderCriticalPointsTickStyle { get; }

Visual Basic

Public ReadOnly Property ShoulderCriticalPointsTickStyle As BandTickStyle
	Get

Visual C++

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

See Also