Returns whether the specified text component is overridden.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public virtual bool IsTextComponentOverriden( ObjectId newVal )
Visual Basic
Public Overridable Function IsTextComponentOverriden ( _ newVal As ObjectId _ ) As Boolean
Visual C++
public: virtual bool IsTextComponentOverriden( ObjectId newVal )
Parameters
- newVal
- Type: ObjectId
Implements
ICommonLabel.IsTextComponentOverriden(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. |