Share

LabelGroupSubEntity.GetTextComponentOverride Method

Get the overriden text on the specified text component.



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

Syntax

C#

public virtual string GetTextComponentOverride(
	ObjectId labelStyleComponentId
)

VB

Public Overridable Function GetTextComponentOverride ( 
	labelStyleComponentId As ObjectId
) As String

C++

public:
virtual String^ GetTextComponentOverride(
	ObjectId labelStyleComponentId
)

Parameters

labelStyleComponentId  ObjectId
 

Return Value

String

Implements

ICommonLabelGetTextComponentOverride(ObjectId)

Exceptions

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

See Also

Reference

Was this information helpful?