Share

Intersection.RoadwayDrivingDirection Property

Gets or sets the direction of roadway driving.



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

Syntax

C#

public DrivingDirectionType RoadwayDrivingDirection { get; set; }

VB

Public Property RoadwayDrivingDirection As DrivingDirectionType
	Get
	Set

C++

public:
property DrivingDirectionType RoadwayDrivingDirection {
	DrivingDirectionType get ();
	void set (DrivingDirectionType value);
}

Property Value

DrivingDirectionType

See Also

Reference

Was this information helpful?