Share

Intersection.IntersectionRoads Property

Gets the roads of this Intersection.



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

Syntax

C#

public IntersectionRoadCollection IntersectionRoads { get; }

VB

Public ReadOnly Property IntersectionRoads As IntersectionRoadCollection
	Get

C++

public:
property IntersectionRoadCollection^ IntersectionRoads {
	IntersectionRoadCollection^ get ();
}

Property Value

IntersectionRoadCollection

See Also

Reference

Was this information helpful?