Share

LabelStyle.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.8.0.280

Syntax

C#

public bool IsSupportedComponent(
	LabelStyleComponentType type
)

VB

Public Function IsSupportedComponent ( 
	type As LabelStyleComponentType
) As Boolean

C++

public:
bool IsSupportedComponent(
	LabelStyleComponentType type
)

Parameters

type  LabelStyleComponentType
Type of label style component to query.

Return Value

Boolean

See Also

Reference

Was this information helpful?