Share

LabelGroupSubEntity.SetTextComponentOverride(ObjectId, String, TextJustificationType) Method

Overrides the text and justification on the specified text component.



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

Syntax

C#

public virtual void SetTextComponentOverride(
	ObjectId labelStyleComponentId,
	string textOverride,
	TextJustificationType textJustificationType
)

VB

Public Overridable Sub SetTextComponentOverride ( 
	labelStyleComponentId As ObjectId,
	textOverride As String,
	textJustificationType As TextJustificationType
)

C++

public:
virtual void SetTextComponentOverride(
	ObjectId labelStyleComponentId, 
	String^ textOverride, 
	TextJustificationType textJustificationType
)

Parameters

labelStyleComponentId  ObjectId
The object id of the text component.
textOverride  String
The override label text.
textJustificationType  TextJustificationType
The type of text justification.

Implements

ICommonLabelSetTextComponentOverride(ObjectId, String, TextJustificationType)

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?