StylesRootProfileViewStyles Property |
Gets the collection of all profile view styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileViewStyleCollection ProfileViewStyles { get; }
Public ReadOnly Property ProfileViewStyles As ProfileViewStyleCollection
Get
public:
property ProfileViewStyleCollection^ ProfileViewStyles {
ProfileViewStyleCollection^ get ();
}
Property Value
ProfileViewStyleCollection
See Also