LabelStyleGetComponents Method

Gets the objectId collection of label style components that specify the appearance and behavior of labels.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectIdCollection GetComponents(
	LabelStyleComponentType type
)

Parameters

type  LabelStyleComponentType
Type of label style component to get.

Return Value

ObjectIdCollection
Exceptions
ExceptionCondition
ArgumentException Thrown when the type is not supported in this label style.
See Also