BaseLabelSetStyleAdd(ObjectId) Method

Creates a label set item with the given object id, adds it to the collection.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Add(
	ObjectId labelStyleId
)

Parameters

labelStyleId  ObjectId
The object id of label style.
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. the type of input labelStyleId is ProfileCurve.
  2. the type of input label style type is invalid.
Remarks
  1. Use the alignment related label style types in the AlignmentLabelSetStyle class.
  2. Use the profile related label style types in the ProfileLabelSetStyle class.
  3. Use the section related label style types in the SectionLabelSetStyle class.
  4. Cannot be used with these label style types: Autodesk.Civil.DatabaseServices.LabelType.AlignmentMinorStation, ProfileMinorStation, and SectionMinorOffset.
See Also