Share

IntersectionRoad Class

Road components managed by an Intersection object.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbIntersection>]
    Autodesk.Civil.DatabaseServicesIntersectionRoad


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

Syntax

C#

public sealed class IntersectionRoad : [T:Autodesk.Civil.CivilWrapper<AeccDbIntersection>]

VB

Public NotInheritable Class IntersectionRoad
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbIntersection>]

C++

public ref class IntersectionRoad sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbIntersection>]

The IntersectionRoad type exposes the following members.

Properties

 NameDescription
Public propertyCenterlineAlignmentId Gets the object id of Centerline alignment.
Public propertyCenterlineProfileId Gets the object id of Centerline profile.
Public propertyOffsetLeftAlignmentId Gets the object id of left offset alignment.
Public propertyOffsetLeftProfileId Gets the object id of left offset profile.
Public propertyOffsetRightAlignmentId Gets the object id of right offset alignment.
Public propertyOffsetRightProfileId Gets the object id of right offset profile.

See Also

Reference

Was this information helpful?