Get the overriden text on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
string GetTextComponentOverride( ObjectId labelStyleComponentId )
Visual Basic
Function GetTextComponentOverride ( _ labelStyleComponentId As ObjectId _ ) As String
Visual C++
String^ GetTextComponentOverride( ObjectId labelStyleComponentId )
Parameters
- labelStyleComponentId
- Type: ObjectId
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label. |