Share

StylesRoot.CatchmentStyles Property

Gets the collection of all CatchmentStyle objects in the database.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public CatchmentStyleCollection CatchmentStyles { get; }

VB

Public ReadOnly Property CatchmentStyles As CatchmentStyleCollection
	Get

C++

public:
property CatchmentStyleCollection^ CatchmentStyles {
	CatchmentStyleCollection^ get ();
}

Property Value

CatchmentStyleCollection

See Also

Reference

Was this information helpful?