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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public void AddSagCurve(
ObjectId labelStyleId
)Visual Basic
Public Sub AddSagCurve ( _
labelStyleId As ObjectId _
)Visual C++
public:
void AddSagCurve(
ObjectId labelStyleId
)Parameters
- labelStyleId
- Type: ObjectId
The object id of profile curve label style.
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentException | Thrown when the labelStyleId is not a profile curve label style. |