ICommonLabelGetTextComponentIds Method |
Gets a collection of object ids that represent the text components in a label.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
SyntaxObjectIdCollection GetTextComponentIds()
Function GetTextComponentIds As ObjectIdCollection
ObjectIdCollection^ GetTextComponentIds()
Return Value
ObjectIdCollection
Remarks
Gets all the components with a type of LabelStyleComponentType.Text, ReferenceText or TextForEach.
See Also