ICommonLabelIsTextComponentOverriden Method |
Returns whether the specified text component is overridden.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxbool IsTextComponentOverriden(
ObjectId labelStyleComponentId
)
Function IsTextComponentOverriden (
labelStyleComponentId As ObjectId
) As Boolean
bool IsTextComponentOverriden(
ObjectId labelStyleComponentId
)
Parameters
- labelStyleComponentId ObjectId
- The object id of text component.
Return Value
Boolean
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when labelStyleComponentId is not the objectId of the object that composes the text on the sub-entity label.
|
See Also