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