ICommonLabelSetTextComponentOverride(ObjectId, String) Method |
Overrides the text on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxvoid SetTextComponentOverride(
ObjectId labelStyleComponentId,
string textOverride
)
Sub SetTextComponentOverride (
labelStyleComponentId As ObjectId,
textOverride As String
)
void SetTextComponentOverride(
ObjectId labelStyleComponentId,
String^ textOverride
)
Parameters
- labelStyleComponentId ObjectId
- The object id of the text component.
- textOverride String
- The override label text.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.
|
See Also