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