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