LabelStyleGetComponentsCount(LabelStyleComponentType) Method |
The number of a specific type of component.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int GetComponentsCount(
LabelStyleComponentType type
)
Public Function GetComponentsCount (
type As LabelStyleComponentType
) As Integer
public:
int GetComponentsCount(
LabelStyleComponentType type
)
Parameters
- type LabelStyleComponentType
- Type of label style component to count.
Return Value
Int32
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the type is not supported in this label style.
|
See Also