GetTextComponentJustificationOverride Method

Get the overriden justification on the specified text component.

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

Syntax

C#

TextJustificationType GetTextComponentJustificationOverride(
	ObjectId labelStyleComponentId
)

Visual Basic

Function GetTextComponentJustificationOverride ( _
	labelStyleComponentId As ObjectId _
) As TextJustificationType

Visual C++

TextJustificationType GetTextComponentJustificationOverride(
	ObjectId labelStyleComponentId
)

Parameters

labelStyleComponentId
Type: 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