Creates a label set item with the given 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 Add(
ObjectId labelStyleId
) |
Visual Basic |
---|
Public Sub Add ( _
labelStyleId As ObjectId _
) |
Visual C++ |
---|
public:
void Add(
ObjectId labelStyleId
) |
Parameters
- labelStyleId
- Type: ObjectId
The object id of label style.
Remarks
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- the type of input labelStyleId is ProfileCurve.
- the type of input label style type is invalid.
|
See Also