LabelSetStylesRootProfileLabelSetStyles Property |
Gets the collection of all profile label set styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileLabelSetStyleCollection ProfileLabelSetStyles { get; }
Public ReadOnly Property ProfileLabelSetStyles As ProfileLabelSetStyleCollection
Get
public:
property ProfileLabelSetStyleCollection^ ProfileLabelSetStyles {
ProfileLabelSetStyleCollection^ get ();
}
Property Value
ProfileLabelSetStyleCollection
Example1
2ObjectId labelSetId = doc.Styles.LabelSetStyles.ProfileLabelSetStyles[0];
See Also