IntersectionStyles Property

Gets the collection of IntersectionStyle objects in the database.

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

Syntax

C#

public IntersectionStyleCollection IntersectionStyles { get; }

Visual Basic

Public ReadOnly Property IntersectionStyles As IntersectionStyleCollection
	Get

Visual C++

public:
property IntersectionStyleCollection^ IntersectionStyles {
	IntersectionStyleCollection^ get ();
}

See Also