Add TextForEach component into the label style.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId AddTextForEachComponent( string name, TextForEachComponentSelectedType selectedType )
VB
Public Function AddTextForEachComponent ( name As String, selectedType As TextForEachComponentSelectedType ) As ObjectId
C++
public: ObjectId AddTextForEachComponent( String^ name, TextForEachComponentSelectedType selectedType )
Parameters
- name String
- The name of component.
- selectedType TextForEachComponentSelectedType
- The selected type of text for each component.
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|