Overrides the justification on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
void SetTextComponentJustificationOverride(
ObjectId labelStyleComponentId,
TextJustificationType textJustificationType
) |
| Visual Basic |
|---|
Sub SetTextComponentJustificationOverride ( _
labelStyleComponentId As ObjectId, _
textJustificationType As TextJustificationType _
) |
| Visual C++ |
|---|
void SetTextComponentJustificationOverride(
ObjectId labelStyleComponentId,
TextJustificationType textJustificationType
) |
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.
|
See Also