LabelGetTextComponentIds 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
Syntaxpublic virtual ObjectIdCollection GetTextComponentIds()
Public Overridable Function GetTextComponentIds As ObjectIdCollection
public:
virtual ObjectIdCollection^ GetTextComponentIds()
Return Value
ObjectIdCollectionImplements
ICommonLabelGetTextComponentIds
Remarks
Gets all the components with a type of LabelStyleComponentType.Text, ReferenceText or TextForEach.
See Also