Add TextForEach component into the label style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public ObjectId AddTextForEachComponent( string name, TextForEachComponentSelectedType selectedType )
Visual Basic
Public Function AddTextForEachComponent ( _ name As String, _ selectedType As TextForEachComponentSelectedType _ ) As ObjectId
Visual C++
public: ObjectId AddTextForEachComponent( String^ name, TextForEachComponentSelectedType selectedType )
Parameters
- name
- Type: System.String
The name of component.
- selectedType
- Type: Autodesk.Civil.DatabaseServices.Styles.TextForEachComponentSelectedType
The selected type of text for each component.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|