ShapeStyles Property

Gets the collection of ShapeStyle objects in the database.

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

Syntax

C#

public ShapeStyleCollection ShapeStyles { get; }

Visual Basic

Public ReadOnly Property ShapeStyles As ShapeStyleCollection
	Get

Visual C++

public:
property ShapeStyleCollection^ ShapeStyles {
	ShapeStyleCollection^ get ();
}

See Also