AutoWideningInfo Class

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

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

The AutoWideningInfo type exposes the following members.

Constructors
 NameDescription
Public methodAutoWideningInfoInitializes a new instance of the AutoWideningInfo class
Top
Properties
 NameDescription
Public propertyIncreasedWidth The increased width from the standard.
Public propertySide The side of the curve that will apply the widening.
Public propertyTransitionLength The length of the transition.
Top
See Also