Share

StylesRoot.IntersectionStyles Property

Gets the collection of IntersectionStyle objects in the database.



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

Syntax

C#

public IntersectionStyleCollection IntersectionStyles { get; }

VB

Public ReadOnly Property IntersectionStyles As IntersectionStyleCollection
	Get

C++

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

Property Value

IntersectionStyleCollection

See Also

Reference

Was this information helpful?