Share

IntersectionRegion Class

Corridor regions in an Intersection area.

Inheritance Hierarchy

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


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

Syntax

C#

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

VB

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

C++

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

The IntersectionRegion type exposes the following members.

Properties

 NameDescription
Public propertyAngle Gets the angle.
Public propertyCurbReturnAlignmentId Gets the object id of curb return alignment.
Public propertyCurbReturnProfileId Gets the object id of curb return profile.
Public propertyInAlignmentId Gets the in alignment.
Public propertyName Gets or sets the name of region.
Public propertyOutAlignmentId Gets the out alignment.

See Also

Reference

Was this information helpful?