LabelGetTextComponentJustificationOverride Method |
Get the overriden justification on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual TextJustificationType GetTextComponentJustificationOverride(
ObjectId labelStyleComponentId
)
Public Overridable Function GetTextComponentJustificationOverride (
labelStyleComponentId As ObjectId
) As TextJustificationType
public:
virtual TextJustificationType GetTextComponentJustificationOverride(
ObjectId labelStyleComponentId
)
Parameters
- labelStyleComponentId ObjectId
-
Return Value
TextJustificationTypeImplements
ICommonLabelGetTextComponentJustificationOverride(ObjectId)
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.
|
See Also