IsSupportedComponent Method

Gets an bool value specifies whether the component type is supported in this label style.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool IsSupportedComponent(
	LabelStyleComponentType type
)

Visual Basic

Public Function IsSupportedComponent ( _
	type As LabelStyleComponentType _
) As Boolean

Visual C++

public:
bool IsSupportedComponent(
	LabelStyleComponentType type
)

Parameters

type
Type: Autodesk.Civil.DatabaseServices.Styles.LabelStyleComponentType
Type of label style component to query.

See Also