StylesRootProfileStyles Property

Gets the collection of all profile styles in the database.

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

Property Value

ProfileStyleCollection
Example
C#
1// get first style in the document
2ObjectId styleId = doc.Styles.ProfileStyles[0];
See Also