Share

StylesRoot.ProfileStyles 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.280

Syntax

C#

public ProfileStyleCollection ProfileStyles { get; }

VB

Public ReadOnly Property ProfileStyles As ProfileStyleCollection
	Get

C++

public:
property ProfileStyleCollection^ ProfileStyles {
	ProfileStyleCollection^ get ();
}

Property Value

ProfileStyleCollection

Example

1// get first style in the document
2ObjectId styleId = doc.Styles.ProfileStyles[0];

See Also

Reference

Was this information helpful?