Get the overriden text on the specified text component.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public virtual string GetTextComponentOverride(
	ObjectId labelStyleComponentId
)
Visual Basic
Public Overridable Function GetTextComponentOverride ( _
	labelStyleComponentId As ObjectId _
) As String
Visual C++
public:
virtual String^ GetTextComponentOverride(
	ObjectId labelStyleComponentId
)

Parameters

labelStyleComponentId
Type: ObjectId

Implements

ICommonLabel..::..GetTextComponentOverride(ObjectId)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.

See Also