LabelStyleIsSupportedComponent Method |
Gets an bool value specifies whether the component type is supported in this label style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsSupportedComponent(
LabelStyleComponentType type
)
Public Function IsSupportedComponent (
type As LabelStyleComponentType
) As Boolean
public:
bool IsSupportedComponent(
LabelStyleComponentType type
)
Parameters
- type LabelStyleComponentType
- Type of label style component to query.
Return Value
Boolean
See Also