LabelSetStylesRootProfileLabelSetStyles Property

Gets the collection of all profile label set styles in the database.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ProfileLabelSetStyleCollection ProfileLabelSetStyles { get; }

Property Value

ProfileLabelSetStyleCollection
Example
C#
1// get the first label set style in the document
2ObjectId labelSetId = doc.Styles.LabelSetStyles.ProfileLabelSetStyles[0];
See Also