Share

ProfileLabelSetStyle.AddSagCurve 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.280

Syntax

C#

public void AddSagCurve(
	ObjectId labelStyleId
)

VB

Public Sub AddSagCurve ( 
	labelStyleId As ObjectId
)

C++

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

Reference

Was this information helpful?