IntersectionRegions Property

Gets the regions of this Intersection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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