Get the overriden justification on the specified text component.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public virtual TextJustificationType GetTextComponentJustificationOverride( ObjectId labelStyleComponentId ) |
Visual Basic |
---|
Public Overridable Function GetTextComponentJustificationOverride ( _ labelStyleComponentId As ObjectId _ ) As TextJustificationType |
Visual C++ |
---|
public: virtual TextJustificationType GetTextComponentJustificationOverride( ObjectId labelStyleComponentId ) |
Parameters
- labelStyleComponentId
- Type: ObjectId
Implements
ICommonLabel..::..GetTextComponentJustificationOverride(ObjectId)
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label. |