ProfileLabelSetStyleAddSagCurve Method

Creates a label set item of type profile sag curve with the given profile curve object id, adds it to the collection.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddSagCurve(
	ObjectId labelStyleId
)

Parameters

labelStyleId  ObjectId
The object id of profile curve label style.
Exceptions
ExceptionCondition
ArgumentException Thrown when the labelStyleId is not a profile curve label style.
See Also