Gets the band section data label style id at the grade breaks.

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

Syntax

C#
public ObjectId GradeBreaksLabelStyleId { get; }
Visual Basic
Public ReadOnly Property GradeBreaksLabelStyleId As ObjectId
	Get
Visual C++
public:
property ObjectId GradeBreaksLabelStyleId {
	ObjectId get ();
}

See Also