Creates a label set item of type profile crest 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.2516.0
Syntax
C# |
---|
public void AddCrestCurve(
ObjectId labelStyleId
) |
Visual Basic |
---|
Public Sub AddCrestCurve ( _
labelStyleId As ObjectId _
) |
Visual C++ |
---|
public:
void AddCrestCurve(
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.
|
See Also