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.292
Syntax
public sealed class IntersectionRoad : [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.
Top
See Also