Gets the objectId collection of label style components that specify the appearance and behavior of labels.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectIdCollection GetComponents( LabelStyleComponentType type )
VB
Public Function GetComponents ( type As LabelStyleComponentType ) As ObjectIdCollection
C++
public: ObjectIdCollection^ GetComponents( LabelStyleComponentType type )
Parameters
- type LabelStyleComponentType
- Type of label style component to get.
Return Value
ObjectIdCollectionExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the type is not supported in this label style. |