Share

ICommonLabel.GetTextComponentJustificationOverride Method

Get the overriden justification on the specified text component.



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

Syntax

C#

TextJustificationType GetTextComponentJustificationOverride(
	ObjectId labelStyleComponentId
)

VB

Function GetTextComponentJustificationOverride ( 
	labelStyleComponentId As ObjectId
) As TextJustificationType

C++

TextJustificationType GetTextComponentJustificationOverride(
	ObjectId labelStyleComponentId
)

Parameters

labelStyleComponentId  ObjectId
 

Return Value

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?