Returns whether the specified text component is overridden.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public virtual bool IsTextComponentOverriden(
	ObjectId labelStyleComponentId
)
Visual Basic
Public Overridable Function IsTextComponentOverriden ( _
	labelStyleComponentId As ObjectId _
) As Boolean
Visual C++
public:
virtual bool IsTextComponentOverriden(
	ObjectId labelStyleComponentId
)

Parameters

labelStyleComponentId
Type: ObjectId
The object id of text component.

Implements

ICommonLabel..::..IsTextComponentOverriden(ObjectId)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.

See Also