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#

public virtual ObjectIdCollection GetTextComponentIds()

Visual Basic

Public Overridable Function GetTextComponentIds As ObjectIdCollection

Visual C++

public:
virtual ObjectIdCollection^ GetTextComponentIds()

Implements

ICommonLabel.GetTextComponentIds()

Remarks

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

See Also