AutoWideningCriteriaInfo Class

This class encapsulates the properties that are necessary to add an autowidening from a criteria file. It is used by the OffsetAlignmentInfo::AddAutoWidenings() method.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesAutoWideningCriteriaInfo

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class AutoWideningCriteriaInfo

The AutoWideningCriteriaInfo type exposes the following members.

Constructors
 NameDescription
Public methodAutoWideningCriteriaInfoInitializes a new instance of the AutoWideningCriteriaInfo class
Top
Properties
 NameDescription
Public propertyAttainmentMethod The attainment method.
Public propertyCriteriaFileName The name of the criteria file.
Public propertyLaneWidth The lane width.
Public propertyLeftLanesCount The number of left lanes.
Public propertyMinimumRadiusTableName The name of the minimum radius table.
Public propertyRightLanesCount The number of right lanes.
Public propertySpiralPercentForSC The percent spiral for spiral curves.
Public propertyTangentPercentForTC The percent tangent for tangent curves.
Public propertyTransitionLengthTableName The name of the transition length table.
Public propertyWheelbaseLength The wheelbase length.
Public propertyWideningMethod The name of the widening method.
Public propertyWideningSide The side to apply the widening to.
Top
Remarks
  1. Users are responsible for keeping the AutoWideningCriteriaInfo in a correct status, which means all the properties in this class should be valid.
  2. The CriteraFileName should keep consistent with the center line alignment's criteria file name.
See Also