ICommonLabelGetTextComponentOverride Method |
Get the overriden text on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxstring GetTextComponentOverride(
ObjectId labelStyleComponentId
)
Function GetTextComponentOverride (
labelStyleComponentId As ObjectId
) As String
String^ GetTextComponentOverride(
ObjectId labelStyleComponentId
)
Parameters
- labelStyleComponentId ObjectId
-
Return Value
String
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.
|
See Also