Share

LabelGroupSubEntity.GetTextComponentIds Method

Gets a collection of object ids that represent the text components in a label.



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

Syntax

C#

public virtual ObjectIdCollection GetTextComponentIds()

VB

Public Overridable Function GetTextComponentIds As ObjectIdCollection

C++

public:
virtual ObjectIdCollection^ GetTextComponentIds()

Return Value

ObjectIdCollection

Implements

ICommonLabelGetTextComponentIds

Remarks

Gets all the components with a type of LabelStyleComponentType.Text, ReferenceText or TextForEach.

See Also

Reference

Was this information helpful?