Gets the regions of this Intersection.

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

Syntax

C#
public IntersectionRegionCollection IntersectionRegions { get; }
Visual Basic
Public ReadOnly Property IntersectionRegions As IntersectionRegionCollection
	Get
Visual C++
public:
property IntersectionRegionCollection^ IntersectionRegions {
	IntersectionRegionCollection^ get ();
}

See Also