LabelStyleGetComponents Method |
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.8.0.292
Syntaxpublic ObjectIdCollection GetComponents(
LabelStyleComponentType type
)
Public Function GetComponents (
type As LabelStyleComponentType
) As ObjectIdCollection
public:
ObjectIdCollection^ GetComponents(
LabelStyleComponentType type
)
Parameters
- type LabelStyleComponentType
- Type of label style component to get.
Return Value
ObjectIdCollection
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the type is not supported in this label style.
|
See Also