LabelSetTextComponentJustificationOverride Method |
Overrides the justification on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual void SetTextComponentJustificationOverride(
ObjectId labelStyleComponentId,
TextJustificationType textJustificationType
)
Public Overridable Sub SetTextComponentJustificationOverride (
labelStyleComponentId As ObjectId,
textJustificationType As TextJustificationType
)
public:
virtual void SetTextComponentJustificationOverride(
ObjectId labelStyleComponentId,
TextJustificationType textJustificationType
)
Parameters
- labelStyleComponentId ObjectId
- The object id of the text component.
- textJustificationType TextJustificationType
- The type of text justification to set.
Implements
ICommonLabelSetTextComponentJustificationOverride(ObjectId, TextJustificationType)
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.
|
See Also