Gets the regions of this Intersection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public IntersectionRegionCollection IntersectionRegions { get; }
VB
Public ReadOnly Property IntersectionRegions As IntersectionRegionCollection Get
C++
public: property IntersectionRegionCollection^ IntersectionRegions { IntersectionRegionCollection^ get (); }