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.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddSagCurve(
ObjectId labelStyleId
)
Public Sub AddSagCurve (
labelStyleId As ObjectId
)
public:
void AddSagCurve(
ObjectId labelStyleId
)
Parameters
- labelStyleId ObjectId
- The object id of profile curve label style.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the labelStyleId is not a profile curve label style.
|
See Also