StylesRootCatchmentStyles Property |
Gets the collection of all CatchmentStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CatchmentStyleCollection CatchmentStyles { get; }
Public ReadOnly Property CatchmentStyles As CatchmentStyleCollection
Get
public:
property CatchmentStyleCollection^ CatchmentStyles {
CatchmentStyleCollection^ get ();
}
Property Value
CatchmentStyleCollection
See Also