Returns whether the specified text component is overridden.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual bool IsTextComponentOverriden( ObjectId labelStyleComponentId )
VB
Public Overridable Function IsTextComponentOverriden ( labelStyleComponentId As ObjectId ) As Boolean
C++
public: virtual bool IsTextComponentOverriden( ObjectId labelStyleComponentId )
Parameters
- labelStyleComponentId ObjectId
- The object id of text component.
Return Value
BooleanImplements
ICommonLabelIsTextComponentOverriden(ObjectId)Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label. |