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.2.3892.0

Syntax

C#

ObjectIdCollection GetTextComponentIds()

Visual Basic

Function GetTextComponentIds As ObjectIdCollection

Visual C++

ObjectIdCollection^ GetTextComponentIds()

Remarks

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

See Also