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